Click here to Skip to main content
15,910,661 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioncheckboxes in gridview [modified] Pin
EnigmaRulez20-Mar-07 10:28
EnigmaRulez20-Mar-07 10:28 
AnswerRe: checkboxes in gridview Pin
N a v a n e e t h20-Mar-07 18:12
N a v a n e e t h20-Mar-07 18:12 
Questionhow to compile ASP.NET code into .dll Pin
savagerider20-Mar-07 7:23
savagerider20-Mar-07 7:23 
AnswerRe: how to compile ASP.NET code into .dll Pin
ToddHileHoffer20-Mar-07 8:16
ToddHileHoffer20-Mar-07 8:16 
AnswerRe: how to compile ASP.NET code into .dll Pin
N a v a n e e t h20-Mar-07 18:15
N a v a n e e t h20-Mar-07 18:15 
QuestionUsing Profile: How to get the same User_ID as in Membership? Pin
sir_moreno20-Mar-07 7:10
sir_moreno20-Mar-07 7:10 
QuestionStored Proc Databinding Pin
GaryT8020-Mar-07 7:03
GaryT8020-Mar-07 7:03 
AnswerRe: Stored Proc Databinding Pin
Kschuler20-Mar-07 8:07
Kschuler20-Mar-07 8:07 
I do not personally use stored procedures, but I'm thinking that instead of doing a cmd.ExecuteNonQuery you are going to want to
- declare a DataAdapter object,
- set it's command object to your cmd variable,
- use it's .Fill method to fill a new DataTable object
- and set your grid's .DataSource property to the DataTable.

Hope this helps.
AnswerRe: Stored Proc Databinding Pin
ToddHileHoffer20-Mar-07 8:21
ToddHileHoffer20-Mar-07 8:21 
GeneralRe: Stored Proc Databinding Pin
GaryT8020-Mar-07 11:11
GaryT8020-Mar-07 11:11 
QuestionCrystal Report Viewer/parameters Pin
DBNashville20-Mar-07 6:12
DBNashville20-Mar-07 6:12 
QuestionMaskEdit - remove mask if blank ? Pin
digsy_20-Mar-07 5:49
digsy_20-Mar-07 5:49 
Questionshowing locations on map Pin
Sylvester george20-Mar-07 3:31
Sylvester george20-Mar-07 3:31 
AnswerRe: showing locations on map Pin
ca8msm20-Mar-07 6:03
ca8msm20-Mar-07 6:03 
QuestionHow to start with ASP.NET 2.0 Pin
Khodadad Pakdamans20-Mar-07 3:19
Khodadad Pakdamans20-Mar-07 3:19 
AnswerRe: How to start with ASP.NET 2.0 Pin
Khan.Bangash20-Mar-07 4:38
Khan.Bangash20-Mar-07 4:38 
AnswerRe: How to start with ASP.NET 2.0 Pin
Laxman Auti20-Mar-07 5:58
Laxman Auti20-Mar-07 5:58 
Questionasp.net context menu Pin
biaali20-Mar-07 3:10
biaali20-Mar-07 3:10 
Questionopen designer of rdlc report at runtime Pin
n_00420-Mar-07 2:49
n_00420-Mar-07 2:49 
QuestionHow to apply filter to Input file type control in asp.net [modified] Pin
swapnilbhavsar20-Mar-07 2:42
swapnilbhavsar20-Mar-07 2:42 
AnswerRe: How to apply filter to Input file type control in asp.net Pin
ca8msm20-Mar-07 2:49
ca8msm20-Mar-07 2:49 
QuestionTracking users in ASP.NET 2.0 Pin
JacquesDP20-Mar-07 2:41
JacquesDP20-Mar-07 2:41 
AnswerRe: Tracking users in ASP.NET 2.0 Pin
ca8msm20-Mar-07 2:45
ca8msm20-Mar-07 2:45 
GeneralRe: Tracking users in ASP.NET 2.0 Pin
JacquesDP20-Mar-07 2:47
JacquesDP20-Mar-07 2:47 
GeneralRe: Tracking users in ASP.NET 2.0 Pin
ca8msm20-Mar-07 2:57
ca8msm20-Mar-07 2:57 

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.