Explain Assemblies?,Difference between Panel and GroupBox?,Differences between ASP and ASP.NET?
1 4443How we can kill our Session in web farm where there is no any sticky server .And user can not Logout bcoz of that.
3 5704In SP has contains 10 query,By Using Dataset Object I need to fetch 8th query of records? How?
5 8129How to convert any string to view state format in asp.net? §ÇÛ짬ªª³ö»Ç¾ö»ÂÇ¿¾»¼»¾ö¼ÉÇöÇÏǼ»Ãö®±ª§°ö«³ -- i want convert this string to view state.
1 4318Hi 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 = "
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
How do cookies work? Give an example of their abuse.
What is full form of asp.net?
What does passport and windows authentication mean in ASP.NET?
What is role-based security in asp.net?
Can we use html in asp.net?
In which event are the controls fully loaded?
Does web services support data reader like pom project?
What are the event handlers that can be included in the Global.asax file?
Is asp.net and .net the same?
How does session authentication work?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
What asp.net control can embed xaml into asp.net pages?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What can we do with asp.net?