Click here to Skip to main content
15,793,845 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: what is the problem while it browsed in IE 7 with another tab in same window of IE 7 Pin
Vasudevan Deepak Kumar30-Apr-08 2:50
Vasudevan Deepak Kumar30-Apr-08 2:50 
QuestionHow Can I store GridView in database? Pin
vishalcodeproj25-Apr-08 21:04
vishalcodeproj25-Apr-08 21:04 
GeneralRe: How Can I store GridView in database? Pin
N a v a n e e t h26-Apr-08 6:10
N a v a n e e t h26-Apr-08 6:10 
Generaldropdownlist loses its style on other control postback event. Pin
mohd imran abdul aziz25-Apr-08 19:47
mohd imran abdul aziz25-Apr-08 19:47 
Generaldynamic bind GridView Pin
jason_mf25-Apr-08 17:14
jason_mf25-Apr-08 17:14 
GeneralRe: dynamic bind GridView Pin
vishalcodeproj25-Apr-08 20:30
vishalcodeproj25-Apr-08 20:30 
GeneralRe: dynamic bind GridView Pin
jason_mf25-Apr-08 21:31
jason_mf25-Apr-08 21:31 
AnswerRe: dynamic bind GridView Pin
samMaster25-Apr-08 21:18
samMaster25-Apr-08 21:18 
Hi,
Use gridview BoundField like this:

<asp:gridview>
<columns>
<asp:boundfield>
AccessibleHeaderText="string"
ApplyFormatInEditMode="True|False"
ConvertEmptyStringToNull="True|False"
DataField="string"
DataFormatString="string"
FooterText="string"
HeaderImageUrl="uri"
HeaderText="string"
HtmlEncode="True|False"
InsertVisible="True|False"
NullDisplayText="string"
ReadOnly="True|False"
ShowHeader="True|False"
SortExpression="string" Visible="True|False></asp:boundfield></columns></asp:gridview>


Set BoundFields then bound grid view with your data table such as previous reply shown.
Generalcreating an output file and manipulating the data in the output file Pin
Programmer9925-Apr-08 13:23
Programmer9925-Apr-08 13:23 
GeneralRe: creating an output file and manipulating the data in the output file Pin
Christian Graus25-Apr-08 21:23
protectorChristian Graus25-Apr-08 21:23 
GeneralSubmit Button and TextBox Pin
Ekjon25-Apr-08 11:19
Ekjon25-Apr-08 11:19 
GeneralRe: Submit Button and TextBox Pin
AlexeiXX325-Apr-08 15:10
AlexeiXX325-Apr-08 15:10 
GeneralRe: Submit Button and TextBox Pin
Ekjon25-Apr-08 20:02
Ekjon25-Apr-08 20:02 
GeneralRe: Submit Button and TextBox Pin
AlexeiXX326-Apr-08 8:20
AlexeiXX326-Apr-08 8:20 
GeneralRe: Submit Button and TextBox Pin
Ekjon26-Apr-08 9:19
Ekjon26-Apr-08 9:19 
GeneralCreating a Menu with the Menu object Pin
dptalt25-Apr-08 9:40
dptalt25-Apr-08 9:40 
AnswerRe: Creating a Menu with the Menu object Pin
samMaster26-Apr-08 0:44
samMaster26-Apr-08 0:44 
GeneralRe: Creating a Menu with the Menu object Pin
dptalt28-Apr-08 10:19
dptalt28-Apr-08 10:19 
QuestionPersonality Profilling with ASP.NET? Pin
Taurian11025-Apr-08 5:55
Taurian11025-Apr-08 5:55 
AnswerRe: Personality Profilling with ASP.NET? Pin
Krazy Programmer25-Apr-08 7:08
Krazy Programmer25-Apr-08 7:08 
JokeRe: Personality Profilling with ASP.NET? Pin
Taurian11025-Apr-08 10:27
Taurian11025-Apr-08 10:27 
QuestionChanging Date Format Pin
munklefish25-Apr-08 5:40
munklefish25-Apr-08 5:40 
GeneralRe: Changing Date Format Pin
Taurian11025-Apr-08 6:25
Taurian11025-Apr-08 6:25 
GeneralRe: Changing Date Format Pin
Blue_Boy25-Apr-08 10:17
Blue_Boy25-Apr-08 10:17 
GeneralRe: Changing Date Format Pin
munklefish28-Apr-08 1:24
munklefish28-Apr-08 1:24 

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.