Click here to Skip to main content
15,894,907 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Setting Minimum Size on a Browser Pin
eggsovereasy3-May-07 10:57
eggsovereasy3-May-07 10:57 
AnswerRe: Setting Minimum Size on a Browser Pin
Brent Wagner McIntosh3-May-07 11:24
Brent Wagner McIntosh3-May-07 11:24 
GeneralRe: Setting Minimum Size on a Browser Pin
Sandeep Akhare3-May-07 20:37
Sandeep Akhare3-May-07 20:37 
QuestionGrid View problems Pin
Bajrang Singh3-May-07 5:40
Bajrang Singh3-May-07 5:40 
AnswerRe: Grid View problems Pin
SABhatti3-May-07 9:48
SABhatti3-May-07 9:48 
GeneralRe: Grid View problems Pin
Bajrang Singh3-May-07 20:42
Bajrang Singh3-May-07 20:42 
AnswerRe: Grid View problems Pin
Chetan Ranpariya3-May-07 21:05
Chetan Ranpariya3-May-07 21:05 
GeneralRe: Grid View problems Pin
SABhatti4-May-07 15:23
SABhatti4-May-07 15:23 
yes do have to pass the parameters, all event handlers need two parameters, object and event argumaents, in you case you have to send EventArgs as arguments. The html syntax is right.

If DDLMaterialCode2 is a drop down list then the following line is wrong

Response.Write(DDLMaterialCode2.Text);

instead of the above you need

Response.Write(DDLMaterialCode2.SelectedValue or SelectedText);

-----

Questioncrystalreport maximum report processing jobs limit problem Pin
Abolfazl Sheikhloo3-May-07 4:47
Abolfazl Sheikhloo3-May-07 4:47 
QuestionRefersh the datagrid Pin
saravanan053-May-07 4:25
saravanan053-May-07 4:25 
AnswerRe: Refersh the datagrid Pin
enjoycrack3-May-07 4:30
enjoycrack3-May-07 4:30 
QuestionSecurityException Pin
deepaks33-May-07 4:07
deepaks33-May-07 4:07 
AnswerRe: SecurityException Pin
enjoycrack3-May-07 4:31
enjoycrack3-May-07 4:31 
GeneralRe: SecurityException Pin
deepaks33-May-07 6:33
deepaks33-May-07 6:33 
GeneralRe: SecurityException [modified] Pin
Sandeep Kumar3-May-07 19:06
Sandeep Kumar3-May-07 19:06 
QuestionUser Control Pin
Kushi Bobby3-May-07 4:00
Kushi Bobby3-May-07 4:00 
QuestionHyper Link Rendering Problem in mail Pin
N a v a n e e t h3-May-07 3:48
N a v a n e e t h3-May-07 3:48 
AnswerRe: Hyper Link Rendering Problem in mail Pin
enjoycrack3-May-07 3:58
enjoycrack3-May-07 3:58 
AnswerRe: Hyper Link Rendering Problem in mail Pin
Abolfazl Sheikhloo3-May-07 4:34
Abolfazl Sheikhloo3-May-07 4:34 
Questionlogin as entrypoint to my web application Pin
aransiola3-May-07 3:33
aransiola3-May-07 3:33 
AnswerRe: login as entrypoint to my web application Pin
Tarakeshwar Reddy3-May-07 3:43
professionalTarakeshwar Reddy3-May-07 3:43 
AnswerRe: login as entrypoint to my web application Pin
enjoycrack3-May-07 3:47
enjoycrack3-May-07 3:47 
AnswerRe: login as entrypoint to my web application Pin
Sandeep Kumar3-May-07 3:58
Sandeep Kumar3-May-07 3:58 
AnswerRe: login as entrypoint to my web application Pin
Arun.Immanuel3-May-07 4:12
Arun.Immanuel3-May-07 4:12 
GeneralRe: login as entrypoint to my web application Pin
RichardGrimmer3-May-07 5:17
RichardGrimmer3-May-07 5:17 

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.