In a webpage if i want to give access to only half page
,then what should i do?
Answer Posted / konthappan
I feel this is not a compleated question !
First, Why you want to give half access ? If you dont want
to give access why it is displaying ? . If you wanted to
display and no need of user access make in that way using
any of asp.net control .
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Define page fragment caching?
Explain difference between dataset and datareader?
List of words of preprocessor in .net?
What is an il?
Why we are using mvc instead of asp.net? : Asp.Net MVC
Differentiate between globalization and localization.
What is the difference between stored procedure vs function?
Define dll hell?
What is application Object?
Can you change a master page dynamically at runtime? How?
What does aspcompat="true" mean?
How can you debug your.net application?
What is asynchronous call?
When Cookies are expired in ASP.NET?
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 = "