Click here to Skip to main content
15,921,989 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: query Pin
rummer9-Sep-09 20:16
rummer9-Sep-09 20:16 
GeneralRe: query Pin
Suresh Suthar9-Sep-09 20:24
professionalSuresh Suthar9-Sep-09 20:24 
GeneralRe: query Pin
Christian Graus9-Sep-09 21:29
protectorChristian Graus9-Sep-09 21:29 
AnswerRe: query Pin
Christian Graus9-Sep-09 21:27
protectorChristian Graus9-Sep-09 21:27 
Questionjava TAPI is connecting to ASP.Net Application Pin
kareemmahammed9-Sep-09 18:57
kareemmahammed9-Sep-09 18:57 
AnswerRe: java TAPI is connecting to ASP.Net Application Pin
Christian Graus9-Sep-09 19:02
protectorChristian Graus9-Sep-09 19:02 
QuestionDropdownlist select only first value Pin
haleemasher9-Sep-09 18:54
haleemasher9-Sep-09 18:54 
AnswerRe: Dropdownlist select only first value Pin
Christian Graus9-Sep-09 18:59
protectorChristian Graus9-Sep-09 18:59 
Well, again, your code really sucks. You need to abandon this project, and work on something more simple while you are just learning and cannot write commercial quality code. You seem to not know anything about ASP.NET and how it works yet.

haleemasher wrote:
ddlCType.DataBind();


Every time you do this, the selected index is reset. I assume you call it in page load, and it therefore runs prior to your event, which is the problem.


haleemasher wrote:
string query = "select CouponName,CouponTypeID from CouponType";
DAL Helper = new DAL();
Helper.ConnectionString = ConfigurationManager.AppSettings["ConnectionString"].ToString();
ds = new DataSet();
ds = Helper.ExecuteDataSet(CommandType.Text, query, null);


This is an absolute joke.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

GeneralRe: Dropdownlist select only first value Pin
haleemasher9-Sep-09 19:07
haleemasher9-Sep-09 19:07 
GeneralRe: Dropdownlist select only first value Pin
Christian Graus9-Sep-09 19:08
protectorChristian Graus9-Sep-09 19:08 
GeneralRe: Dropdownlist select only first value Pin
N a v a n e e t h9-Sep-09 19:12
N a v a n e e t h9-Sep-09 19:12 
GeneralRe: Dropdownlist select only first value Pin
Christian Graus9-Sep-09 19:16
protectorChristian Graus9-Sep-09 19:16 
GeneralRe: Dropdownlist select only first value Pin
Arun Jacob9-Sep-09 23:21
Arun Jacob9-Sep-09 23:21 
QuestionDB Exception Error converting data type varchar to numeric Pin
haleemasher9-Sep-09 18:12
haleemasher9-Sep-09 18:12 
AnswerRe: DB Exception Error converting data type varchar to numeric Pin
Christian Graus9-Sep-09 18:24
protectorChristian Graus9-Sep-09 18:24 
AnswerRe: DB Exception Error converting data type varchar to numeric Pin
haleemasher9-Sep-09 18:47
haleemasher9-Sep-09 18:47 
GeneralRe: DB Exception Error converting data type varchar to numeric Pin
Christian Graus9-Sep-09 18:50
protectorChristian Graus9-Sep-09 18:50 
GeneralRe: DB Exception Error converting data type varchar to numeric Pin
haleemasher9-Sep-09 18:56
haleemasher9-Sep-09 18:56 
QuestionItemTemplate and EditItemTemplate, Eval and bind Pin
amittinku9-Sep-09 17:58
amittinku9-Sep-09 17:58 
AnswerRe: ItemTemplate and EditItemTemplate, Eval and bind Pin
Christian Graus9-Sep-09 18:01
protectorChristian Graus9-Sep-09 18:01 
QuestionIE8 / tabs / cookies Pin
tagyurit9-Sep-09 13:02
tagyurit9-Sep-09 13:02 
AnswerRe: IE8 / tabs / cookies Pin
Christian Graus9-Sep-09 13:17
protectorChristian Graus9-Sep-09 13:17 
QuestionTrouble deploying ASP.NET application in sub domain Pin
David Mujica9-Sep-09 10:57
David Mujica9-Sep-09 10:57 
QuestionRe: Trouble deploying ASP.NET application in sub domain Pin
Christian Graus9-Sep-09 11:14
protectorChristian Graus9-Sep-09 11:14 
AnswerRe: Trouble deploying ASP.NET application in sub domain Pin
David Mujica10-Sep-09 3:38
David Mujica10-Sep-09 3:38 

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.