and can u telme how to explain about our job profile if i have 3years of it experiance in dotnet domain and where to start and where to end , and what shoul i tel and what not(can i mention my education ,and family details,......)i am confusiong a lot. can i ask one with your permision, if u have question that u u went tcs interview as 3+years exp so he/she asked tel me about your profile how can u tel and where to stop. please help me as simple as possible i am facing lot in this..............plese can anyone help me i am awaiting for your reply.
TCS,
1 4634Define state managenent?Descibe state managenent technique which maintain the information at server site focusing it IDS features and limitations?
1 3568How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
2874i have a register form & in that form i have a 2 textboxes for entering name&age.my doubt is that how can i provide error message like "invalid entry" when user enter a invalid name/age(eg:user enter name as #%%%##daff,and age as 1000.)in that textboxes.I want code.
3 4856I have a webform in asp.net.In that webform there is 2 division class(DIV).in one of the div class there is a text box for enter the id & a button for to check id with database value.My doubt is that how can i appear the 2nd Div contents only when the id is true with database value.if wrong do not display the div . i Want code in c#.
2 5578
Does google crawl redirects?
Where sessions are stored?
Give an example of cookie abuse.
Define the types of configuration files.
Explain the purpose of storyboard.targetproperty.
Hi this is the coding for adding data in to an xml table
i want the coding for update and delete
Try
Dim emp_xml_doc As New XmlDocument
If
System.IO.File.Exists(Server.MapPath("emp.xml")) Then
emp_xml_doc.Load(Server.MapPath("emp.xml"))
Dim myrow_element As XmlElement
myrow_element =
emp_xml_doc.CreateElement("EmpDetails")
Dim str As String
str = "
How to comment out asp.net tags?
Can you clarified A Web service can only be written in .NET or not?
How Session use Cookies in State Management?
What is windows active directory authentication?
To display data in a Repeater control which template you provide?
What is parse in asp.net?
What is in a session cookie?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
What is the asp.net control toolkit?