Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: asraj16
  • Content: Threads
  • Order by date
  1. asraj16

    Data Grid

    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?
  2. asraj16

    ASP.NET

    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...
  3. asraj16

    XML & XSLT

    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...
  4. asraj16

    XSLT & XML

    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...
  5. asraj16

    XML in ASP.net

    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...
  6. asraj16

    Registering COM+ dll in VB.Net

    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...

Part and Inventory Search

Back
Top