Click here to Skip to main content
15,903,201 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: message box button code Pin
eyeseetee25-Mar-08 0:55
eyeseetee25-Mar-08 0:55 
JokeRe: message box button code Pin
Pankaj Garg25-Mar-08 1:01
Pankaj Garg25-Mar-08 1:01 
GeneralRe: message box button code Pin
lakshmichawala25-Mar-08 1:58
lakshmichawala25-Mar-08 1:58 
QuestionRe: message box button code Pin
Pankaj Garg25-Mar-08 2:26
Pankaj Garg25-Mar-08 2:26 
Questionhow to solve the iframe cursor problem Pin
lakshmichawala25-Mar-08 0:09
lakshmichawala25-Mar-08 0:09 
Generalcounter code for text box like sms sending Pin
pavankumar makena24-Mar-08 22:57
pavankumar makena24-Mar-08 22:57 
GeneralRe: counter code for text box like sms sending Pin
eyeseetee24-Mar-08 23:26
eyeseetee24-Mar-08 23:26 
GeneralRe: counter code for text box like sms sending Pin
Christian Graus24-Mar-08 23:26
protectorChristian Graus24-Mar-08 23:26 
pavankumar makena wrote:
please provide me the code , iam using asp.net and c#

plz help me in this . urgent.


Please don't say that. To you, it's urgent. To us, you're just another guy who is not willing to do any work, or use google.

You need to read some basics.

1 - C# does not run on the client side, it cannot show the user an alert
2 - javascript is what runs on the client. Doing this on the client is pretty trivial, often you need to write some code to pass the client side Id of your textbox through to your script, but in this case you will just write event handlers, and can pass the textbox through to your script using 'this'

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

QuestionProblems in retrieving values of dynamically created controls at runtime. Plz help me Pin
G Nathan24-Mar-08 22:23
G Nathan24-Mar-08 22:23 
GeneralRe: Problems in retrieving values of dynamically created controls at runtime. Plz help me Pin
eyeseetee24-Mar-08 23:09
eyeseetee24-Mar-08 23:09 
QuestionRe: Problems in retrieving values of dynamically created controls at runtime. Plz help me Pin
G Nathan24-Mar-08 23:14
G Nathan24-Mar-08 23:14 
GeneralRe: Problems in retrieving values of dynamically created controls at runtime. Plz help me Pin
eyeseetee24-Mar-08 23:45
eyeseetee24-Mar-08 23:45 
GeneralRe: Problems in retrieving values of dynamically created controls at runtime. Plz help me Pin
Christian Graus24-Mar-08 23:33
protectorChristian Graus24-Mar-08 23:33 
QuestionHow to get index of the row? Pin
iamdking24-Mar-08 22:23
iamdking24-Mar-08 22:23 
AnswerRe: How to get index of the row? Pin
eyeseetee24-Mar-08 22:52
eyeseetee24-Mar-08 22:52 
QuestionWhat is the benefit of using our own webservice in asp.net Pin
ashok@techxygen24-Mar-08 22:18
ashok@techxygen24-Mar-08 22:18 
AnswerRe: What is the benefit of using our own webservice in asp.net Pin
Christian Graus24-Mar-08 23:38
protectorChristian Graus24-Mar-08 23:38 
GeneralExpires the client browser history Pin
Deepak the Cool24-Mar-08 21:15
Deepak the Cool24-Mar-08 21:15 
Questionhow to check Date in Text box using Regularexprestionvalidator control Pin
harunbagwan24-Mar-08 21:12
harunbagwan24-Mar-08 21:12 
AnswerRe: how to check Date in Text box using Regularexprestionvalidator control Pin
Deepak the Cool24-Mar-08 21:22
Deepak the Cool24-Mar-08 21:22 
AnswerRe: how to check Date in Text box using Regularexprestionvalidator control Pin
harunbagwan24-Mar-08 22:13
harunbagwan24-Mar-08 22:13 
QuestionDifference between SqlConnection and SqlDataSource for stored procedures Pin
Albert8324-Mar-08 20:42
Albert8324-Mar-08 20:42 
Generaliframes Pin
Kanjinghat24-Mar-08 20:34
Kanjinghat24-Mar-08 20:34 
GeneralDataBase Connectivity with ASP.NET Pin
MrColeyted24-Mar-08 20:19
MrColeyted24-Mar-08 20:19 
GeneralRe: DataBase Connectivity with ASP.NET Pin
eyeseetee24-Mar-08 22:38
eyeseetee24-Mar-08 22:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.