Click here to Skip to main content
15,890,947 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to lock record in web application Pin
dabuskol29-Jun-07 22:40
dabuskol29-Jun-07 22:40 
GeneralRe: How to lock record in web application Pin
Christian Graus29-Jun-07 23:02
protectorChristian Graus29-Jun-07 23:02 
QuestionStrongly Typed Dataset in 3-Tier App Pin
Expert Coming29-Jun-07 20:51
Expert Coming29-Jun-07 20:51 
AnswerRe: Strongly Typed Dataset in 3-Tier App Pin
Christian Graus30-Jun-07 0:09
protectorChristian Graus30-Jun-07 0:09 
GeneralRe: Strongly Typed Dataset in 3-Tier App Pin
Expert Coming30-Jun-07 10:56
Expert Coming30-Jun-07 10:56 
Questionabout datagrid Pin
srinivassam29-Jun-07 20:40
srinivassam29-Jun-07 20:40 
AnswerRe: about datagrid Pin
Expert Coming29-Jun-07 20:57
Expert Coming29-Jun-07 20:57 
GeneralRe: about datagrid Pin
srinivassam29-Jun-07 22:08
srinivassam29-Jun-07 22:08 
hi expert coming iam giving like this but in datagrid it is displaying even records please help me yaar please
is it correct or not


protected override void OnPreRender(EventArgs e)
{
dg1.CurrentPageIndex+=1;
base.OnPreRender(e);
}

private void PreRender_Handler(object sender,System.EventArgs e)
{
dg1.CurrentPageIndex = Convert.ToInt32("");
}


srinivas
GeneralRe: about datagrid Pin
Expert Coming30-Jun-07 11:00
Expert Coming30-Jun-07 11:00 
QuestionEnumerating network printers Pin
xbiplav29-Jun-07 19:45
xbiplav29-Jun-07 19:45 
QuestionPrint rdlc without going through report viewer Pin
eccw29-Jun-07 19:23
eccw29-Jun-07 19:23 
QuestionHow to keep the user informed? Pin
Khoramdin29-Jun-07 16:24
Khoramdin29-Jun-07 16:24 
AnswerRe: How to keep the user informed? Pin
Christian Graus29-Jun-07 22:26
protectorChristian Graus29-Jun-07 22:26 
QuestionComboBox remove from index problem Pin
Rick van Woudenberg29-Jun-07 13:24
Rick van Woudenberg29-Jun-07 13:24 
AnswerRe: ComboBox remove from index problem Pin
J$29-Jun-07 14:09
J$29-Jun-07 14:09 
AnswerRe: ComboBox remove from index problem Pin
Luc Pattyn29-Jun-07 23:12
sitebuilderLuc Pattyn29-Jun-07 23:12 
QuestionPrint crystal report from C# Pin
Saamir29-Jun-07 9:20
Saamir29-Jun-07 9:20 
QuestionCalling all C/C# mono devs help on freeswitch voip Pin
mrs29-Jun-07 9:01
mrs29-Jun-07 9:01 
Questionproblem with application configuration and windows startup Pin
Giorgi Dalakishvili29-Jun-07 8:52
mentorGiorgi Dalakishvili29-Jun-07 8:52 
Questionhow to open a MS word file through a label link in the application Pin
Bahaa Hany29-Jun-07 8:51
Bahaa Hany29-Jun-07 8:51 
AnswerRe: how to open a MS word file through a label link in the application Pin
Giorgi Dalakishvili29-Jun-07 8:53
mentorGiorgi Dalakishvili29-Jun-07 8:53 
GeneralRe: how to open a MS word file through a label link in the application Pin
Bahaa Hany29-Jun-07 9:26
Bahaa Hany29-Jun-07 9:26 
GeneralRe: how to open a MS word file through a label link in the application Pin
Giorgi Dalakishvili29-Jun-07 9:39
mentorGiorgi Dalakishvili29-Jun-07 9:39 
Questionencryption in C of RC4 Pin
NalBH29-Jun-07 7:35
NalBH29-Jun-07 7:35 
AnswerRe: encryption in C of RC4 Pin
Guffa29-Jun-07 8:10
Guffa29-Jun-07 8:10 

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.