Click here to Skip to main content
15,890,825 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: gridview hyperlinkfield Pin
J a a n s18-Feb-08 5:09
professionalJ a a n s18-Feb-08 5:09 
GeneralRe: gridview hyperlinkfield Pin
eyeseetee18-Feb-08 5:16
eyeseetee18-Feb-08 5:16 
GeneralRe: gridview hyperlinkfield Pin
J a a n s18-Feb-08 5:24
professionalJ a a n s18-Feb-08 5:24 
Questionhow can we add rows to a grid view and maintain data in it Pin
samerh18-Feb-08 3:01
samerh18-Feb-08 3:01 
AnswerRe: how can we add rows to a grid view and maintain data in it Pin
ToddHileHoffer18-Feb-08 8:53
ToddHileHoffer18-Feb-08 8:53 
Generalpass variable from gridview to next page Pin
eyeseetee18-Feb-08 2:34
eyeseetee18-Feb-08 2:34 
GeneralRe: pass variable from gridview to next page Pin
Imran Khan Pathan18-Feb-08 2:38
Imran Khan Pathan18-Feb-08 2:38 
GeneralRe: pass variable from gridview to next page Pin
eyeseetee18-Feb-08 3:12
eyeseetee18-Feb-08 3:12 
i have the following code
it displays the variable in the browser but no data is displaying

Page1:

asp:HyperLinkField DataNavigateUrlFields="Item_Ref" DataTextField="Item_Ref" HeaderText="Link" SortExpression="Item_Ref" DataNavigateUrlFormatString="~/Main/RoomCompdets.aspx?firstvar={0}" Target="_blank" />

Page 2

<asp:sqldatasource id="SqlDataSource1" runat="server" connectionstring="">]]>" SelectCommand="SELECT [ADB_Ref] FROM [item_descriptions] WHERE ([ADB_Ref] = @FirstVar)">
<selectparameters>
<asp:sessionparameter name="Firstvar" sessionfield="firstvar">


<asp:gridview id="GridView4" alternatingrowstyle-forecolor="black" rowstyle-forecolor="black" alternatingrowstyle-font-size="Large" runat="server" allowpaging="True" autogeneratecolumns="False" datasourceid="SqlDataSource1">
<columns> <asp:boundfield datafield="ADB_Ref" visible="true" headertext="ADB_Ref">


any help would be great

thanks
GeneralRe: pass variable from gridview to next page Pin
eyeseetee18-Feb-08 3:35
eyeseetee18-Feb-08 3:35 
QuestionZip file Download problem.. Pin
rain raj18-Feb-08 2:33
rain raj18-Feb-08 2:33 
QuestionSorting changed it's order when click edit button and go to next page through paging ! Pin
sahoo.satya198418-Feb-08 2:29
sahoo.satya198418-Feb-08 2:29 
GeneralRe: Sorting changed it's order when click edit button and go to next page through paging ! Pin
Imran Khan Pathan18-Feb-08 2:35
Imran Khan Pathan18-Feb-08 2:35 
Questionhow to do Edit,Update and Insert in DetailsView ? Pin
mahmoud wafy18-Feb-08 2:16
mahmoud wafy18-Feb-08 2:16 
AnswerRe: how to do Edit,Update and Insert in DetailsView ? Pin
J a a n s18-Feb-08 5:02
professionalJ a a n s18-Feb-08 5:02 
Generalcache problem Pin
hsch2918-Feb-08 2:16
hsch2918-Feb-08 2:16 
GeneralChange visibility of control after download Pin
Krugger40418-Feb-08 2:07
Krugger40418-Feb-08 2:07 
GeneralRe: Change visibility of control after download Pin
Mircea Puiu18-Feb-08 5:19
Mircea Puiu18-Feb-08 5:19 
GeneralGridview variable Pin
eyeseetee18-Feb-08 1:29
eyeseetee18-Feb-08 1:29 
Generaltreeview Pin
niki_nilu18-Feb-08 1:14
niki_nilu18-Feb-08 1:14 
Questionmessage box in asp.net Pin
Sonia Gupta18-Feb-08 0:57
Sonia Gupta18-Feb-08 0:57 
GeneralRe: message box in asp.net Pin
Imran Khan Pathan18-Feb-08 1:03
Imran Khan Pathan18-Feb-08 1:03 
GeneralRe: message box in asp.net Pin
Bluebamboo18-Feb-08 1:06
Bluebamboo18-Feb-08 1:06 
GeneralConvert html to image Pin
Imran Khan Pathan18-Feb-08 0:51
Imran Khan Pathan18-Feb-08 0:51 
GeneralRe: Convert html to image Pin
soni uma18-Feb-08 0:58
soni uma18-Feb-08 0:58 
Generalradiobuttonlist and asp.net2.0 Pin
ritu432118-Feb-08 0:46
ritu432118-Feb-08 0:46 

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.