Hi,
I want to disable a field in a Data Grid. When I click an edit button in a Data Grid, I need to disable a field in that corresponding row. How to do that?
Hi,
I am trying to get the value of <Option> tag. Here is my example.
I have
<select id="select1">
<option value="100">Test1</option>
<option value="101">Test2</option>
</select>
I want to get this value using ASP.Net. I am using Request.Form("select1"), Getting only the value but not text...
Hi,
I am generating XML randomly and assigning this XML to a string variable. I need to merge the XMLs one by one. For Example I get the following XML in the first iteration.
<?XML version="1.0"?>
<test>
<test1>
<test2></test2>
<test3></test3>
</test1>
</test>
I am...
Hi,
I am generating XML randomly and assigning this XML to a string variable. I need to merge the XMLs one by one. For Example I get the following XML in the first iteration.
<?XML version="1.0"?>
<test>
<test1>
<test2></test2>
<test3></test3>
</test1>
</test>
I am...
Hi,
I have XML which has a node and this node has multiple child nodes. For example :
<Test>
<test1>
<test2></test2>
</test1>
<test3>
<test4></test4>
<test5></test5>
</test3>
<test3>
<test4></test4>
<test5></test5>
</test3>
</Test>
I need to retrieve all the values of test4...
Hi,
I am new to this topic and doing R & D. I created on DLL file and using WIN2K server. I created one Web Service also which calls my Mid-Tier Component. I am calling this Web service from ASP.Net page. How do I remotely register these two services ( Web service and COM Component) and how...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.