Click here to Skip to main content
16,005,162 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: Event programming Pin
saran27728-Nov-06 21:51
saran27728-Nov-06 21:51 
AnswerRe: Event programming Pin
Christian Graus28-Nov-06 22:54
protectorChristian Graus28-Nov-06 22:54 
Questionerror in connecting to database from Client's PC Pin
MissionSuccess28-Nov-06 19:47
MissionSuccess28-Nov-06 19:47 
AnswerRe: error in connecting to database from Client's PC Pin
Bassam Saoud28-Nov-06 20:06
Bassam Saoud28-Nov-06 20:06 
GeneralRe: error in connecting to database from Client's PC Pin
MissionSuccess28-Nov-06 20:18
MissionSuccess28-Nov-06 20:18 
AnswerRe: error in connecting to database from Client's PC Pin
Dave Kreskowiak29-Nov-06 4:00
mveDave Kreskowiak29-Nov-06 4:00 
AnswerRe: error in connecting to database from Client's PC Pin
Steven J Jowett30-Nov-06 0:14
Steven J Jowett30-Nov-06 0:14 
Questionhow to write code for paging in datagrid when the source of the datagrid is a Stored procedure Pin
tirumal123128-Nov-06 19:39
tirumal123128-Nov-06 19:39 
i have used stored procedure for inserting data into the datagrid dynamically.everything is working fine but,the paging is not taking place eventhough i placed code for page handler as follows:
----------------------------------------
Mygrid.currentpageindex=e.newpageindex
Mygrid.databind()
----------------------------------------
the error that i am getting is :

--------------------------------------
AllowCustomPaging must be true and VirtualItemCount must be set for a DataGrid with ID DG when AllowPaging is set to true and the selected datasource does not implement ICollection.
--------------------------------------


please help me out.

tirumal

QuestionWeb Browser Pin
riyaz_786_p28-Nov-06 19:09
riyaz_786_p28-Nov-06 19:09 
Questionado.net Pin
185528-Nov-06 18:31
185528-Nov-06 18:31 
AnswerRe: ado.net Pin
Dave Kreskowiak29-Nov-06 5:51
mveDave Kreskowiak29-Nov-06 5:51 
GeneralRe: ado.net Pin
185529-Nov-06 16:53
185529-Nov-06 16:53 
QuestionNeeding Ideas Pin
Tretanya28-Nov-06 18:20
Tretanya28-Nov-06 18:20 
AnswerRe: Needing Ideas Pin
Christian Graus28-Nov-06 20:29
protectorChristian Graus28-Nov-06 20:29 
GeneralRe: Needing Ideas Pin
Tretanya29-Nov-06 2:19
Tretanya29-Nov-06 2:19 
GeneralRe: Needing Ideas Pin
Christian Graus29-Nov-06 8:27
protectorChristian Graus29-Nov-06 8:27 
GeneralRe: Needing Ideas Pin
Tretanya29-Nov-06 9:46
Tretanya29-Nov-06 9:46 
GeneralRe: Needing Ideas Pin
Dave Kreskowiak29-Nov-06 9:56
mveDave Kreskowiak29-Nov-06 9:56 
GeneralRe: Needing Ideas Pin
Paul Conrad29-Nov-06 10:04
professionalPaul Conrad29-Nov-06 10:04 
GeneralRe: Needing Ideas Pin
Dave Kreskowiak29-Nov-06 10:13
mveDave Kreskowiak29-Nov-06 10:13 
GeneralRe: Needing Ideas Pin
Paul Conrad29-Nov-06 10:17
professionalPaul Conrad29-Nov-06 10:17 
GeneralRe: Needing Ideas Pin
Tretanya29-Nov-06 11:14
Tretanya29-Nov-06 11:14 
GeneralRe: Needing Ideas Pin
Dave Kreskowiak29-Nov-06 12:06
mveDave Kreskowiak29-Nov-06 12:06 
GeneralRe: Needing Ideas Pin
Christian Graus29-Nov-06 10:12
protectorChristian Graus29-Nov-06 10:12 
GeneralRe: Needing Ideas Pin
Tretanya29-Nov-06 11:18
Tretanya29-Nov-06 11:18 

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.