Click here to Skip to main content
15,929,811 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: Get Process List from window Service in VISTA Pin
Dave Kreskowiak27-Jun-07 4:53
mveDave Kreskowiak27-Jun-07 4:53 
Questionhow to validate a textbox email validation Pin
pashitech26-Jun-07 21:33
pashitech26-Jun-07 21:33 
AnswerRe: how to validate a textbox email validation Pin
Dave Kreskowiak27-Jun-07 4:58
mveDave Kreskowiak27-Jun-07 4:58 
GeneralRe: how to validate a textbox email validation Pin
Stu Richardson27-Jun-07 21:51
Stu Richardson27-Jun-07 21:51 
QuestionOpen Excel Chart in .net Pin
saeed73325-Jun-07 11:20
saeed73325-Jun-07 11:20 
AnswerRe: Open Excel Chart in .net Pin
RepliCrux27-Jun-07 17:33
RepliCrux27-Jun-07 17:33 
QuestionDatagrid paging in vb.net Pin
K030625-Jun-07 0:07
K030625-Jun-07 0:07 
AnswerRe: Datagrid paging in vb.net Pin
RepliCrux26-Jun-07 1:11
RepliCrux26-Jun-07 1:11 
I am guessing you are using ASP.NET wne you say paging??

If yes you can view this article:

http://www.codeproject.com/useritems/Custom_Paging.asp

Even you are in Windows form, you can use the same Stored procedure techniques to get the data for paging.

If you want to do Datagrid inbuilt paging, its easy, the worst part of it is it loads all the data at the same time. Just in DataGrid property say:
paging = true and
pageSize = ?

That will do. I prefer custom paging, good for large data.
Questionhow pass parameter fields of crystal report into crystal report command ? Pin
zeroonea24-Jun-07 5:10
zeroonea24-Jun-07 5:10 
AnswerRe: how pass parameter fields of crystal report into crystal report command ? Pin
The_Collector3-Feb-09 1:59
The_Collector3-Feb-09 1:59 
QuestionWhere i can find crystal report template for bill (hotel bill, etc.) Pin
zeroonea24-Jun-07 2:09
zeroonea24-Jun-07 2:09 
QuestionEmail Validaton in Windows Application Pin
pashitech22-Jun-07 5:08
pashitech22-Jun-07 5:08 
AnswerRe: Email Validaton in Windows Application Pin
RepliCrux24-Jun-07 15:25
RepliCrux24-Jun-07 15:25 
AnswerRe: Email Validaton in Windows Application Pin
Stu Richardson27-Jun-07 2:46
Stu Richardson27-Jun-07 2:46 
QuestionAutocomplete assigment does not work Pin
AndrusM22-Jun-07 3:59
AndrusM22-Jun-07 3:59 
QuestionReading Word Document Using OLEDB provider Pin
Alim Basha Shaik22-Jun-07 2:28
Alim Basha Shaik22-Jun-07 2:28 
AnswerRe: Reading Word Document Using OLEDB provider Pin
Dave Kreskowiak22-Jun-07 5:30
mveDave Kreskowiak22-Jun-07 5:30 
JokeRe: Reading Word Document Using OLEDB provider [modified] Pin
Pete O'Hanlon22-Jun-07 10:00
mvePete O'Hanlon22-Jun-07 10:00 
GeneralRe: Reading Word Document Using OLEDB provider Pin
Dave Kreskowiak22-Jun-07 10:19
mveDave Kreskowiak22-Jun-07 10:19 
QuestionOpen cash drawer using c#.net 2.0 Pin
eccw21-Jun-07 19:50
eccw21-Jun-07 19:50 
AnswerRe: Open cash drawer using c#.net 2.0 Pin
originSH21-Jun-07 23:20
originSH21-Jun-07 23:20 
GeneralRe: Open cash drawer using c#.net 2.0 Pin
eccw22-Jun-07 0:03
eccw22-Jun-07 0:03 
GeneralRe: Open cash drawer using c#.net 2.0 Pin
originSH22-Jun-07 4:52
originSH22-Jun-07 4:52 
GeneralRe: Open cash drawer using c#.net 2.0 Pin
eccw22-Jun-07 16:43
eccw22-Jun-07 16:43 
QuestionWhich button did the mouse click Pin
earlgraham21-Jun-07 11:52
earlgraham21-Jun-07 11:52 

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.