Click here to Skip to main content
15,902,939 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Printing gridview Pin
sonalee230430-Jul-09 1:34
sonalee230430-Jul-09 1:34 
QuestionDisable a button in DataGrid by using ItemDataBound event Pin
AndieDu29-Jul-09 19:00
AndieDu29-Jul-09 19:00 
QuestionCalling a serverside method by __doPostBack()? Pin
Tridip Bhattacharjee29-Jul-09 18:52
professionalTridip Bhattacharjee29-Jul-09 18:52 
AnswerRe: Calling a serverside method by __doPostBack()? Pin
Viral Upadhyay29-Jul-09 18:59
Viral Upadhyay29-Jul-09 18:59 
AnswerRe: Calling a serverside method by __doPostBack()? Pin
amitabha12331-Jul-09 0:41
amitabha12331-Jul-09 0:41 
QuestionProblem in adding a gif image Pin
janani1329-Jul-09 18:43
janani1329-Jul-09 18:43 
QuestionDynamically set iframe height and width Pin
syaiful_8629-Jul-09 17:29
syaiful_8629-Jul-09 17:29 
Questionselect a value from dropdownlist, textbox will populate corresponding to that value in dropdownlist Pin
haleemasher29-Jul-09 17:26
haleemasher29-Jul-09 17:26 
how i change this code so that my code works

protected void DropDownList1_TextChanged(object sender, EventArgs e)
    {
        cnx.Open();
        SqlCommand ddlcmd = new SqlCommand();
        SqlDataSource1.SelectCommand = "SELECT max (Coupon_Info.Serial_End) AS SerialEnd FROM Coupon_Info INNER JOIN CouponType ON Coupon_Info.Coupon_TypeID = CouponType.CouponTypeID where CouponType.CouponName=" + DropDownList1.SelectedValue;
        TextBox1.DataBind();
}

AnswerRe: select a value from dropdownlist, textbox will populate corresponding to that value in dropdownlist Pin
Blue_Boy29-Jul-09 20:45
Blue_Boy29-Jul-09 20:45 
Questiondisplaying controls [modified] Pin
soorma29-Jul-09 12:31
soorma29-Jul-09 12:31 
QuestionLink Button Event Handler Pin
Ersan Ercek29-Jul-09 11:05
Ersan Ercek29-Jul-09 11:05 
AnswerRe: Link Button Event Handler Pin
Christian Graus29-Jul-09 11:10
protectorChristian Graus29-Jul-09 11:10 
GeneralRe: Link Button Event Handler Pin
Ersan Ercek29-Jul-09 22:33
Ersan Ercek29-Jul-09 22:33 
QuestionPolymorphism Pin
BhavinBhatt29-Jul-09 8:04
BhavinBhatt29-Jul-09 8:04 
AnswerRe: Polymorphism Pin
Not Active29-Jul-09 9:50
mentorNot Active29-Jul-09 9:50 
GeneralRe: Polymorphism Pin
BhavinBhatt30-Jul-09 21:40
BhavinBhatt30-Jul-09 21:40 
GeneralRe: Polymorphism Pin
Not Active30-Jul-09 23:32
mentorNot Active30-Jul-09 23:32 
GeneralRe: Polymorphism Pin
BhavinBhatt31-Jul-09 21:11
BhavinBhatt31-Jul-09 21:11 
Question.net applications Pin
shankarbuddhi29-Jul-09 6:46
shankarbuddhi29-Jul-09 6:46 
AnswerRe: .net applications Pin
Abhijit Jana29-Jul-09 7:09
professionalAbhijit Jana29-Jul-09 7:09 
AnswerRe: .net applications Pin
Christian Graus29-Jul-09 11:11
protectorChristian Graus29-Jul-09 11:11 
Questionlittle problem!! Pin
zeeShan anSari29-Jul-09 5:03
zeeShan anSari29-Jul-09 5:03 
AnswerRe: little problem!! Pin
Abhijit Jana29-Jul-09 5:09
professionalAbhijit Jana29-Jul-09 5:09 
GeneralRe: little problem!! [modified] Pin
zeeShan anSari29-Jul-09 5:33
zeeShan anSari29-Jul-09 5:33 
AnswerRe: little problem!! Pin
zeeShan anSari29-Jul-09 5:53
zeeShan anSari29-Jul-09 5:53 

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.