Hi
I need to add new record in the access database in asp webform.
But i m getting the probem as given below:
Current Recordset does not support updating. This may be a limitation of the provider, or of the selected locktype.
Please provide me solution urgently.
Thanks in advance.
User Profile
Collapse
-
Reference of class
Hi all,
I want to use a flash file in my asp.net project . So I want to know which class must used to run this flash file i.e. which class' refrence is used for that.
Thank u in advance. -
I have already past that code in aspx.cs page. But still I am getting error... -
-
I have done the following code:
Private Sub LinkButton1_Cli ck(ByVal sender As System.Object, ByVal e As System.EventArg s) Handles LinkButton1.Cli ck
Response.Redire ct("http://www.google.co.i n/")
End Sub...Leave a comment:
-
-
U can Use Response.Redire ct("Webform.asp x");
Before it u need to save data of this page U can use the following:
Session["session_na me"]=Textbox1.Text;...Leave a comment:
-
How to redirect from one asp.net page to another website page
Hi all
There is a webpage name webform1.aspx and i want to redirect this page to the www.gmail.com . How can i do it. I have use hyperlinkbutton and Response.Redire ct("www.gmail.c om") but i have not got the actual result. Please help me. -
-
not preserve value of textbox
Hello
I have a problem in the textbox value.
suppose i have wrote a name ex.gourav . Next time when i press only g then gourav will display below the textbox .
My problem is that i don't want this name below the textbox.
please solve the problem -
yes but if user press any spacebar in the textbox it should give an error message....Leave a comment:
-
-
regularexpressionvalidator so that user can't fiil spacebar
Hi all,
I have a problem in regularexpressi onvalidator. I need that user can not enter any spacebar into the textbox. -
you have wrote wrong statement
try this
select * from table_name where UsersName like "' + Textbox1.text + '";...Leave a comment:
-
set focus on textbox if regularexpression validator fired
hi all,
I have a problem.Suppose I use a regularexpressi on validator for zip code. An User fill wrong entry in the relevant textbox then regularexpressi on validator fires.but user did not correct the entry and press the signup button . At that time i want setfocus on that zip textbox.
all such things happen in asp.net and i want javascript for the setfocus. -
-
I gave Minimun Value=0
Maximum Value=9
Type =Integer
But TextBox accept -0 without any error...Leave a comment:
-
positive no
I have a textbox in asp.net . and i want to enter only positive number in that text box.I have already used rangevalidator but it takes on -0 without error.please solve the porblem.
No activity results to display
Show More
Leave a comment: