Click here to Skip to main content
15,929,512 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to encrypt the connection string in web.config Pin
kitokatakito13-Sep-06 3:06
kitokatakito13-Sep-06 3:06 
QuestionWin XP as time server Pin
BLOEDHOND12-Sep-06 2:52
BLOEDHOND12-Sep-06 2:52 
AnswerRe: Win XP as time server Pin
BLOEDHOND12-Sep-06 19:58
BLOEDHOND12-Sep-06 19:58 
QuestionHelp displaying images for an utter noob Pin
trpmorgan12-Sep-06 2:47
trpmorgan12-Sep-06 2:47 
AnswerRe: Help displaying images for an utter noob Pin
eggsovereasy12-Sep-06 4:00
eggsovereasy12-Sep-06 4:00 
GeneralRe: Help displaying images for an utter noob Pin
trpmorgan13-Sep-06 2:34
trpmorgan13-Sep-06 2:34 
QuestionGridview's Property values Pin
Brendan Vogt12-Sep-06 2:38
Brendan Vogt12-Sep-06 2:38 
AnswerRe: Gridview's Property values [modified] Pin
l0kke12-Sep-06 6:13
l0kke12-Sep-06 6:13 
DataField is a name of a column in your datasource, you databind to a gridview.
It depends on an sql query you run, for example if you are quering database with this query:

SELECT customer, orderId, ... FROM ...

then you can set DataField attribute to DataField="orderId"

Generaly, it is name of a DataColumn.

Pilo


GeneralRe: Gridview's Property values Pin
Brendan Vogt14-Sep-06 0:51
Brendan Vogt14-Sep-06 0:51 
GeneralRe: Gridview's Property values Pin
playout14-Sep-06 3:26
playout14-Sep-06 3:26 
QuestionMetaData about Flash Video FLV File Pin
librans_ashu12-Sep-06 2:02
librans_ashu12-Sep-06 2:02 
QuestionHow to register an assembly in asp.net web app? [modified] Pin
choorakkuttyil12-Sep-06 1:53
choorakkuttyil12-Sep-06 1:53 
QuestionSyntax error in INSERT INTO statement. Pin
kirthikirthi12-Sep-06 1:28
kirthikirthi12-Sep-06 1:28 
AnswerRe: Syntax error in INSERT INTO statement. Pin
Colin Angus Mackay12-Sep-06 1:51
Colin Angus Mackay12-Sep-06 1:51 
GeneralRe: Syntax error in INSERT INTO statement. Pin
Sathesh Sakthivel12-Sep-06 2:02
Sathesh Sakthivel12-Sep-06 2:02 
GeneralRe: Syntax error in INSERT INTO statement. Pin
Colin Angus Mackay13-Sep-06 7:01
Colin Angus Mackay13-Sep-06 7:01 
AnswerRe: Syntax error in INSERT INTO statement. Pin
Guffa12-Sep-06 3:21
Guffa12-Sep-06 3:21 
GeneralRe: Syntax error in INSERT INTO statement. Pin
kirthikirthi12-Sep-06 19:56
kirthikirthi12-Sep-06 19:56 
GeneralRe: Syntax error in INSERT INTO statement. Pin
Guffa12-Sep-06 23:00
Guffa12-Sep-06 23:00 
GeneralRe: Syntax error in INSERT INTO statement. Pin
kirthikirthi12-Sep-06 23:25
kirthikirthi12-Sep-06 23:25 
AnswerRe: Syntax error in INSERT INTO statement. Pin
Guffa12-Sep-06 23:49
Guffa12-Sep-06 23:49 
GeneralRe: Syntax error in INSERT INTO statement. Pin
kirthikirthi14-Sep-06 0:51
kirthikirthi14-Sep-06 0:51 
AnswerRe: Syntax error in INSERT INTO statement. Pin
Guffa14-Sep-06 1:30
Guffa14-Sep-06 1:30 
GeneralRe: Syntax error in INSERT INTO statement. Pin
kirthikirthi14-Sep-06 2:07
kirthikirthi14-Sep-06 2:07 
QuestionJavscript in asp.net 1.1 Pin
anujose12-Sep-06 1:27
anujose12-Sep-06 1:27 

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.