Click here to Skip to main content
15,897,704 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionTransfer of datagrid to another webform [modified] Pin
blurMember5-Jul-06 15:23
blurMember5-Jul-06 15:23 
AnswerRe: Transfer of datagrid to another webform Pin
minhpc_bk5-Jul-06 16:04
minhpc_bk5-Jul-06 16:04 
GeneralRe: Transfer of datagrid to another webform Pin
blurMember5-Jul-06 19:14
blurMember5-Jul-06 19:14 
GeneralRe: Transfer of datagrid to another webform Pin
minhpc_bk5-Jul-06 19:54
minhpc_bk5-Jul-06 19:54 
GeneralRe: Transfer of datagrid to another webform [modified] Pin
blurMember5-Jul-06 20:34
blurMember5-Jul-06 20:34 
GeneralRe: Transfer of datagrid to another webform Pin
minhpc_bk5-Jul-06 20:44
minhpc_bk5-Jul-06 20:44 
GeneralRe: Transfer of datagrid to another webform Pin
blurMember5-Jul-06 21:41
blurMember5-Jul-06 21:41 
GeneralRe: Transfer of datagrid to another webform Pin
minhpc_bk5-Jul-06 22:27
minhpc_bk5-Jul-06 22:27 
blurMember wrote:
the frm_Report page retrieves blank.

Looks like the datasource bound to the grid control is empty (or null).

blurMember wrote:
Set the GridData? Like this? (Refer below)
public object GridData
{
set
{
this.gridData = value;
}
get
inside a dataset
return this.gridData;
}
}

No, I mean how do you set the GridData property (or the gridData instance) in the source page? Do you populate it on postback when the button is clicked? If you don't, the property will be empty, and the grid will display nothing on the web page.

GeneralRe: Transfer of datagrid to another webform Pin
blurMember5-Jul-06 23:16
blurMember5-Jul-06 23:16 
GeneralRe: Transfer of datagrid to another webform Pin
minhpc_bk5-Jul-06 23:29
minhpc_bk5-Jul-06 23:29 
GeneralRe: Transfer of datagrid to another webform Pin
minhpc_bk6-Jul-06 0:06
minhpc_bk6-Jul-06 0:06 
GeneralRe: Transfer of datagrid to another webform Pin
blurMember9-Jul-06 17:18
blurMember9-Jul-06 17:18 
GeneralRe: Transfer of datagrid to another webform Pin
minhpc_bk10-Jul-06 19:56
minhpc_bk10-Jul-06 19:56 
QuestionString from and to a class Pin
oskardiazdeleon5-Jul-06 14:12
oskardiazdeleon5-Jul-06 14:12 
AnswerRe: String from and to a class Pin
minhpc_bk5-Jul-06 16:17
minhpc_bk5-Jul-06 16:17 
AnswerRe: String from and to a class Pin
Guffa5-Jul-06 20:12
Guffa5-Jul-06 20:12 
QuestionPassing attributes using hyperlink [modified] Pin
theprinc5-Jul-06 6:35
theprinc5-Jul-06 6:35 
AnswerRe: Passing attributes using hyperlink Pin
minhpc_bk5-Jul-06 16:14
minhpc_bk5-Jul-06 16:14 
Questionserving .mdb files over web Pin
tha_dude5-Jul-06 6:33
tha_dude5-Jul-06 6:33 
AnswerRe: serving .mdb files over web Pin
Not Active5-Jul-06 6:52
mentorNot Active5-Jul-06 6:52 
GeneralRe: serving .mdb files over web Pin
tha_dude5-Jul-06 7:26
tha_dude5-Jul-06 7:26 
AnswerRe: serving .mdb files over web Pin
Guffa5-Jul-06 8:53
Guffa5-Jul-06 8:53 
QuestionI want to create Menus Pin
Biswa Ranjan Nanda5-Jul-06 6:26
Biswa Ranjan Nanda5-Jul-06 6:26 
AnswerRe: I want to create Menus Pin
bluewavestrider5-Jul-06 7:51
bluewavestrider5-Jul-06 7:51 
GeneralRe: I want to create Menus Pin
varun_khanna176-Jul-06 0:47
varun_khanna176-Jul-06 0:47 

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.