Click here to Skip to main content
15,889,867 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: get facebook html code Pin
Abhijit Jana1-Jul-09 18:39
professionalAbhijit Jana1-Jul-09 18:39 
AnswerRe: get facebook html code Pin
Brij1-Jul-09 18:51
mentorBrij1-Jul-09 18:51 
Questionpassword recovery in asp.net 3.5 Pin
ashutosh_karna1-Jul-09 12:15
ashutosh_karna1-Jul-09 12:15 
AnswerRe: password recovery in asp.net 3.5 Pin
Christian Graus1-Jul-09 12:49
protectorChristian Graus1-Jul-09 12:49 
Questionasp.net with C# Pin
ssweetu1-Jul-09 10:06
ssweetu1-Jul-09 10:06 
AnswerRe: asp.net with C# Pin
Abhijit Jana1-Jul-09 10:17
professionalAbhijit Jana1-Jul-09 10:17 
AnswerRe: asp.net with C# Pin
Christian Graus1-Jul-09 12:25
protectorChristian Graus1-Jul-09 12:25 
QuestionDropdownlist Pin
mahichandu1-Jul-09 7:57
mahichandu1-Jul-09 7:57 
Hi..
I have stored procedure to display listofdays by using year and month.My Storedprocedure filter all the Listofdays by leapyear and by month it will display listofdays.
In my stored procedure i used two parameters month & Year.I want to bind lisofdays spro in code behind with two parameters and how i call this listofdays method to my dropdownlist??
I am using below methods for binding the data into datatable.
Getdatatable Method
sqlconn = GetConnection();
               cmd.Connection = sqlconn;
               da = new SqlDataAdapter(cmd);
               dt = new DataTable();
               da.Fill(dt);

               return (dt);

Calling My Spro
cmd = new SqlCommand("ndi_sp_GetDaysOfMonth", sqlconn);
                    cmd.CommandType = CommandType.StoredProcedure;
                    cmd.Parameters.Add(new SqlParameter("@Month",DbType.Int16));
                    cmd.Parameters.Add(new SqlParameter("@Year", DbType.Int16));

                    return GetDataTable(cmd);

The method is correct.??If so when i put breakpiont and checking its not filling the data in datatable.Confused | :confused:
Hope someone reply to my message..Thanks in advance
AnswerRe: Dropdownlist Pin
Not Active1-Jul-09 8:16
mentorNot Active1-Jul-09 8:16 
GeneralRe: Dropdownlist Pin
mahichandu1-Jul-09 8:19
mahichandu1-Jul-09 8:19 
GeneralRe: Dropdownlist Pin
Not Active1-Jul-09 8:34
mentorNot Active1-Jul-09 8:34 
QuestionHow to push down the footer to bottom in master page Pin
meeram3951-Jul-09 6:35
meeram3951-Jul-09 6:35 
AnswerRe: How to push down the footer to bottom in master page Pin
Not Active1-Jul-09 8:20
mentorNot Active1-Jul-09 8:20 
AnswerRe: How to push down the footer to bottom in master page Pin
Abhijit Jana1-Jul-09 8:32
professionalAbhijit Jana1-Jul-09 8:32 
GeneralRe: How to push down the footer to bottom in master page Pin
Not Active1-Jul-09 8:38
mentorNot Active1-Jul-09 8:38 
AnswerRe: How to push down the footer to bottom in master page Pin
cmk1-Jul-09 14:49
cmk1-Jul-09 14:49 
QuestionSession End Pin
zeeShan anSari1-Jul-09 3:22
zeeShan anSari1-Jul-09 3:22 
AnswerRe: Session End Pin
Manas Bhardwaj1-Jul-09 3:29
professionalManas Bhardwaj1-Jul-09 3:29 
GeneralRe: Session End Pin
zeeShan anSari1-Jul-09 3:31
zeeShan anSari1-Jul-09 3:31 
AnswerRe: Session End Pin
r a m e s h1-Jul-09 7:15
r a m e s h1-Jul-09 7:15 
AnswerRe: Session End Pin
Abhijit Jana1-Jul-09 8:08
professionalAbhijit Jana1-Jul-09 8:08 
QuestionError Pin
<<Tash18>>1-Jul-09 1:37
<<Tash18>>1-Jul-09 1:37 
AnswerRe: Error [modified] Pin
r a m e s h1-Jul-09 1:43
r a m e s h1-Jul-09 1:43 
GeneralRe: Error Pin
<<Tash18>>1-Jul-09 3:19
<<Tash18>>1-Jul-09 3:19 
AnswerRe: Error Pin
Manas Bhardwaj1-Jul-09 1:43
professionalManas Bhardwaj1-Jul-09 1:43 

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.