I am using the following Code.
When I click on Edit, I need to Disable a DataField.
<asp:datagrid id="DataGrid1" runat="server" AutoGenerateColumns="False" DataKeyField="MSG_RULE_ID" OnItemCommand="DataGrid_ItemCommand" OnEditCommand="DataGrid_Edit" OnUpdateCommand="DataGrid_Update"...
I can do that. But when I click update button I need to enable this fields and disable other fields.
Click on Edit : disable some fields
Click on Update : enable those disabled fields, and disable other fields.
In the same events, Calling the same page.
How to do that?
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?
still I am not getting the text? I am passing this option value to a different form and I need to assing the text of <option> tag to a variable also ? Could you please anyone help me? I am really sick of this.
Thanks
Raj
No I need to pass the value and text are different. I need to use only this type of dropdown. I can't use the control. Is there any way? Please I need to complete this by Today. This is very urgent.
<form name="Form1" action="WebForm2.aspx" method="post">
<table>
<tr>
<td><select...
I am retrieving the dropdown <option> tag value from differenet page. Int the page1 I have <select> code, In the page2 I am doing this.
mports System
Imports System.Web.UI
Imports System.Web.UI.WebControls
Public Class WebForm2
Inherits System.Web.UI.Page
#Region " Web Form Designer...
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...
I can able to group all the XMLs. But when I load that XML, I am getting an error because XML is not in the Correct format.
XML1: <?xml version="1.0"?>
<XML>
<row>
<ContainerId>ProdCommStmt</ContainerId>
<RepositoryId>DEV_IS</RepositoryId>...
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...
Could you please send me the code? I want to parse this XML and to display the Tag values in a table and to give URL link to this values.
Could you please help me? It is very urgent.
Thanks
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...
How can I do remote register COM Component or COM+ Component. In NT we used clireg32 command to connect from IIS to MTS components? Is there any way to do in WIN2k. How can I call a COM+ Component from a IIS Component ( Web Service ).
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.