Hi everyone it Eric (Ndodi). can someone pls help me , i want to disable the validation controls if other controls are activated and how to display the current date
a2a_linkname=”Validation controls”;a2a_linkurl=”http://itquestions.info/validation-controls/”;
I want To pass A DataSet in a QueryString.So that I can get it another page.Is it possible.How i can i do it
Pls help
a2a_linkname=”Redirect DataSet to other Page”;a2a_linkurl=”http://itquestions.info/redirect-dataset-to-other-page/”;
Dear all,
This code below is used to clear TextBox and dropdownlist control value
Public Sub ClearPage(ByVal Pg As Page, ByVal Form As String, Optional ByRef ClearCombo As Boolean = False)
Dim Obj As Object
For Each Obj In Pg.FindControl(Form).Controls
If Obj.GetType().Name = "TextBox" Then
[…]
Tags:ASP.NET Questions
hello friends,
can u please tell the event for delete, when using hyperlink as a link to delete
please tell me with code
Thank u
Rakesh Nagekar
a2a_linkname=”delete”;a2a_linkurl=”http://itquestions.info/delete/”;