User Profile
Collapse
-
can u give me code ? -
hi i am giving you the code in vb script
1) take 1 custom validator control
2) set propeties controltovalida te - textbox id you are validating
error message , text,give the validation function - f1
3) now add a new item vb script file (.vbs)
in that type the below code
function f1(s,args)
dim myvar,mycheck
myvar = args.value
mycheck= IsNumeric(MyVar )
if mycheck = true...Leave a comment:
-
How to send data in database to a text file in ASP.Net/C#.Net
Hi all,
How to send the data from database to a notepad or word file in Asp.Net/C#.Net ? -
-
How to send email in Asp.Net/C#.Net
Hi all, i need code for sending a mail to different mail ids like a yahoo id ,gmail id etc.whenever i click a button it needs to send a mail to that particular id specified in To: field
My page is like
To: txtto
Subject:txtsubj ect
Body
send-button -
Code for remeber my username and password
Hi all,
i am doing one ASP.Net/C#.Net project in that i have designed one form,in that form i have 2 textboxes for username and password and one check box and one button.after entering the data into textboxes,if we select the check box,it need to remember the username and password for future logins
username txtusername
password txtpassword|
...
No activity results to display
Show More
Leave a comment: