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

ASP.NET

 
Questionhw to add pop up calende r in gridview using c# Pin
senpriya11-Jun-08 9:20
senpriya11-Jun-08 9:20 
AnswerRe: hw to add pop up calende r in gridview using c# Pin
Parwej Ahamad11-Jun-08 17:38
professionalParwej Ahamad11-Jun-08 17:38 
Questionhw to add pop up calender in gridview Pin
senpriya11-Jun-08 9:18
senpriya11-Jun-08 9:18 
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 
Not so simple. On each postback, you need to store the ids of the checked items on that page, because that info is lost whenever you go to a new page. So, when your paging event occurs, first store the checked items, then you need to restore those values when you go back to that page index. You also need to remove unchecked items this way.

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 )

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

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.