Click here to Skip to main content
15,923,557 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: hw to add pop up calender in gridview Pin
Christian Graus11-Jun-08 9:31
protectorChristian Graus11-Jun-08 9:31 
Questionhow to set fontsize,color in .cs file(i know to do in .aspx page hw to do in codebehind Pin
senpriya11-Jun-08 9:17
senpriya11-Jun-08 9:17 
AnswerRe: how to set fontsize,color in .cs file(i know to do in .aspx page hw to do in codebehind Pin
Christian Graus11-Jun-08 9:31
protectorChristian Graus11-Jun-08 9:31 
QuestionSimple GridView Question, Really? Anyone help? Pin
Csharp027611-Jun-08 7:52
Csharp027611-Jun-08 7:52 
AnswerRe: Simple GridView Question, Really? Anyone help? Pin
Christian Graus11-Jun-08 8:05
protectorChristian Graus11-Jun-08 8:05 
QuestionASP TextBox selection event. Pin
Steve Holdorf11-Jun-08 6:08
Steve Holdorf11-Jun-08 6:08 
AnswerRe: ASP TextBox selection event. [modified] Pin
Parwej Ahamad11-Jun-08 6:20
professionalParwej Ahamad11-Jun-08 6:20 
AnswerRe: ASP TextBox selection event. Pin
Christian Graus11-Jun-08 6:29
protectorChristian Graus11-Jun-08 6:29 
There's no event, because, what use would it be ? If the user clicked on a textbox, and the page did a postback, how is that useful ?

As someone said, any interaction on that level, needs to happen with javascript. If you put an event on your control, such as onblur, ASP.NET will not recognise it, and will just pass it verbatim to the client.

Christian Graus

Please read this if you don't understand the answer I've given you

"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 )

GeneralRe: ASP TextBox selection event. Pin
Steve Holdorf11-Jun-08 8:34
Steve Holdorf11-Jun-08 8:34 
GeneralRe: ASP TextBox selection event. Pin
Christian Graus11-Jun-08 8:47
protectorChristian Graus11-Jun-08 8:47 
QuestionProblem loading a user control dynamically into a gridview and the controls events not triggering Pin
DanChin11-Jun-08 3:25
DanChin11-Jun-08 3:25 
AnswerRe: Problem loading a user control dynamically into a gridview and the controls events not triggering Pin
Christian Graus11-Jun-08 5:24
protectorChristian Graus11-Jun-08 5:24 
QuestionProblem consuming a web service in C# :nullable object must have a value Pin
highjo11-Jun-08 3:10
highjo11-Jun-08 3:10 
AnswerRe: Problem consuming a web service in C# :nullable object must have a value Pin
Christian Graus11-Jun-08 5:26
protectorChristian Graus11-Jun-08 5:26 
Questionhow to host dropdown list in gridview? Pin
Denver Thomas11-Jun-08 2:57
Denver Thomas11-Jun-08 2:57 
AnswerRe: how to host dropdown list in gridview? Pin
eyeseetee11-Jun-08 3:55
eyeseetee11-Jun-08 3:55 
Questioncall a function from aspx in vs2008 Pin
thedom211-Jun-08 2:47
thedom211-Jun-08 2:47 
AnswerRe: call a function from aspx in vs2008 Pin
Christian Graus11-Jun-08 5:27
protectorChristian Graus11-Jun-08 5:27 
GeneralRe: call a function from aspx in vs2008 Pin
thedom211-Jun-08 12:58
thedom211-Jun-08 12:58 
QuestionDoes images will be compressed while storing in database Pin
rubobby11-Jun-08 2:47
rubobby11-Jun-08 2:47 
AnswerRe: Does images will be compressed while storing in database Pin
eyeseetee11-Jun-08 3:53
eyeseetee11-Jun-08 3:53 
GeneralRe: Does images will be compressed while storing in database Pin
Ashfield11-Jun-08 4:58
Ashfield11-Jun-08 4:58 
AnswerRe: Does images will be compressed while storing in database Pin
SteveNY11-Jun-08 5:44
SteveNY11-Jun-08 5:44 
AnswerRe: Does images will be compressed while storing in database Pin
Guffa11-Jun-08 8:35
Guffa11-Jun-08 8:35 
QuestionSend mail with System.Net.Mail Pin
Phrone11-Jun-08 2:44
Phrone11-Jun-08 2:44 

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.