Click here to Skip to main content
15,919,479 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Folder select Pin
Eduard Keilholz22-Aug-07 20:33
Eduard Keilholz22-Aug-07 20:33 
Question[2005] Passing a value to a sqlDataSource Pin
cometburn00722-Aug-07 19:24
cometburn00722-Aug-07 19:24 
QuestionDataTable.Merge() Pin
Imran Khan Pathan22-Aug-07 19:15
Imran Khan Pathan22-Aug-07 19:15 
AnswerRe: DataTable.Merge() Pin
ChrisKo23-Aug-07 7:50
ChrisKo23-Aug-07 7:50 
QuestionQuestion regarding Session abandon in case of closing a web page using task bar Pin
suryany7222-Aug-07 18:39
suryany7222-Aug-07 18:39 
AnswerRe: Question regarding Session abandon in case of closing a web page using task bar Pin
\laddie24-Aug-07 0:33
\laddie24-Aug-07 0:33 
QuestionFormView Issue Pin
cisco210322-Aug-07 17:02
cisco210322-Aug-07 17:02 
AnswerRe: FormView Issue Pin
chathu03j22-Aug-07 18:14
chathu03j22-Aug-07 18:14 
well, if u r using VS.NET 2005 u can do it in a very simple way by using an SqlDataSource object. You can configure the SqlDataSource object by appropriately selecting the server name, the database and the table u want to add the data. Then it automatically generates the SELECT,INSERT,UPDATE,DELETE statements or u can use ur own stored Procedures to do them.
then drag n drop a formview on to the application and set it's datasource to SqlDataSource.

e.g: FormView1.DataSource = SqlDataSource1;
FormView1.DataBind();


GeneralRe: FormView Issue Pin
cisco210323-Aug-07 4:27
cisco210323-Aug-07 4:27 
QuestionError when adding a CustomValidator control dynamically Pin
limdv (DVLITS)22-Aug-07 10:47
limdv (DVLITS)22-Aug-07 10:47 
QuestionModifying gridview data on the fly? Pin
Goalie3522-Aug-07 8:27
Goalie3522-Aug-07 8:27 
AnswerRe: Modifying gridview data on the fly? Pin
jcdevnet22-Aug-07 10:45
jcdevnet22-Aug-07 10:45 
QuestionLogin controls help Pin
AhmadRock22-Aug-07 6:31
AhmadRock22-Aug-07 6:31 
AnswerRe: Login controls help Pin
Big Ralph22-Aug-07 22:30
Big Ralph22-Aug-07 22:30 
QuestionDynamic Buttons, many to many? Pin
Gump61922-Aug-07 5:45
Gump61922-Aug-07 5:45 
AnswerRe: Dynamic Buttons, many to many? Pin
Eduard Keilholz22-Aug-07 6:25
Eduard Keilholz22-Aug-07 6:25 
GeneralRe: Dynamic Buttons, many to many? Pin
Gump61922-Aug-07 8:19
Gump61922-Aug-07 8:19 
QuestionCross-Page Posback fired via ASP.NET Code Pin
gus_br22-Aug-07 5:33
gus_br22-Aug-07 5:33 
AnswerRe: Cross-Page Posback fired via ASP.NET Code Pin
Eduard Keilholz22-Aug-07 6:21
Eduard Keilholz22-Aug-07 6:21 
GeneralRe: Cross-Page Posback fired via ASP.NET Code Pin
gus_br22-Aug-07 7:32
gus_br22-Aug-07 7:32 
AnswerRe: Cross-Page Posback fired via ASP.NET Code Pin
DavidNohejl22-Aug-07 11:04
DavidNohejl22-Aug-07 11:04 
QuestionSSL on Production not Dev Pin
Richard Mancuso22-Aug-07 5:01
Richard Mancuso22-Aug-07 5:01 
AnswerRe: SSL on Production not Dev Pin
Vasudevan Deepak Kumar22-Aug-07 5:08
Vasudevan Deepak Kumar22-Aug-07 5:08 
GeneralRe: SSL on Production not Dev Pin
Richard Mancuso22-Aug-07 8:06
Richard Mancuso22-Aug-07 8:06 
QuestionSaving application configuration in database Pin
astv22-Aug-07 4:47
astv22-Aug-07 4: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.