Click here to Skip to main content
15,919,245 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: hyperlink control Pin
J4amieC7-Nov-07 1:58
J4amieC7-Nov-07 1:58 
GeneralRe: hyperlink control Pin
J4amieC7-Nov-07 1:51
J4amieC7-Nov-07 1:51 
QuestionHow to call server side method thru javascript Pin
kantipudi7-Nov-07 0:37
kantipudi7-Nov-07 0:37 
AnswerRe: How to call server side method thru javascript Pin
SHatchard7-Nov-07 0:46
SHatchard7-Nov-07 0:46 
GeneralRe: How to call server side method thru javascript Pin
Christian Graus7-Nov-07 1:03
protectorChristian Graus7-Nov-07 1:03 
GeneralRe: How to call server side method thru javascript Pin
SHatchard7-Nov-07 5:57
SHatchard7-Nov-07 5:57 
GeneralRe: How to call server side method thru javascript Pin
kantipudi7-Nov-07 4:10
kantipudi7-Nov-07 4:10 
Questionimp Pin
niki_nilu6-Nov-07 23:57
niki_nilu6-Nov-07 23:57 
this is my code---
protected void btnSearch_Click1(object sender, EventArgs e)
{
string strDropdown = drpdwnAnalystName.SelectedItem.Text;
string strSecurityCode = txtSecurityCode.Text;
string strFromDate = dtpFrom.Text;
if (drpdwnAnalystName.SelectedItem.Value == strDropdown && txtSecurityCode.Text == "" && dtpFrom.Text == "")
{
funSearchAnalyst();
}
if (txtSecurityCode.Text == strSecurityCode && drpdwnAnalystName.SelectedItem.Value == "" && dtpFrom.Text == "")
{
funSearchSecurityCode();
}
if (dtpFrom.Text == strFromDate && txtSecurityCode.Text == "" && drpdwnAnalystName.SelectedItem.Value == "")
{
funSearchFromDate();
}
funStyle();
funClear(); txtSecurityCode.Text = "";
drpdwnAnalystName.SelectedItem.Text = "";
}
fist if case only run. in second if cursor is not go to inside if condition.
it is directly go to 3 rd if condition there also not go to inside
if condition.
what wrong in this code

Gayatri
AnswerRe: imp Pin
N a v a n e e t h7-Nov-07 0:04
N a v a n e e t h7-Nov-07 0:04 
AnswerRe: imp Pin
Guffa7-Nov-07 0:08
Guffa7-Nov-07 0:08 
GeneralRe: imp Pin
niki_nilu7-Nov-07 0:38
niki_nilu7-Nov-07 0:38 
AnswerRe: imp Pin
Guffa7-Nov-07 2:06
Guffa7-Nov-07 2:06 
QuestionGo to Top of the Page? Pin
Kasi Viswanathan6-Nov-07 23:43
Kasi Viswanathan6-Nov-07 23:43 
AnswerRe: Go to Top of the Page? Pin
N a v a n e e t h6-Nov-07 23:47
N a v a n e e t h6-Nov-07 23:47 
QuestionDropdown list selected index changed event problem Pin
Thanigaimani836-Nov-07 23:05
Thanigaimani836-Nov-07 23:05 
QuestionRe: Dropdown list selected index changed event problem Pin
Imran Khan Pathan7-Nov-07 0:34
Imran Khan Pathan7-Nov-07 0:34 
AnswerRe: Dropdown list selected index changed event problem Pin
Thanigaimani837-Nov-07 2:24
Thanigaimani837-Nov-07 2:24 
QuestionRe: Dropdown list selected index changed event problem [modified] Pin
Thanigaimani837-Nov-07 5:07
Thanigaimani837-Nov-07 5:07 
QuestionVisual Studio .NET cannot open or create Pin
kuwl_mark6-Nov-07 23:02
kuwl_mark6-Nov-07 23:02 
AnswerRe: Visual Studio .NET cannot open or create Pin
Colin Angus Mackay6-Nov-07 23:17
Colin Angus Mackay6-Nov-07 23:17 
AnswerRe: Visual Studio .NET cannot open or create [modified] Pin
Sherin Iranimose6-Nov-07 23:18
Sherin Iranimose6-Nov-07 23:18 
QuestionPlease Help(Very Urgent) Pin
SreejithAchutan6-Nov-07 23:01
SreejithAchutan6-Nov-07 23:01 
AnswerRe: Please Help(Very Urgent) Pin
John-ph6-Nov-07 23:15
John-ph6-Nov-07 23:15 
AnswerRe: Please Help(Very Urgent) Pin
John-ph6-Nov-07 23:59
John-ph6-Nov-07 23:59 
QuestionHow to filter file's type in Openfile dialog? Pin
sakgumjorn6-Nov-07 23:01
sakgumjorn6-Nov-07 23:01 

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.