Click here to Skip to main content
16,004,833 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioncrystalreport problem Pin
sno-129-Jan-07 5:20
sno-129-Jan-07 5:20 
AnswerRe: crystalreport problem Pin
Sylvester george29-Jan-07 17:30
Sylvester george29-Jan-07 17:30 
QuestionCan any body help me? Pin
www.Developerof.NET29-Jan-07 5:17
www.Developerof.NET29-Jan-07 5:17 
AnswerRe: Can any body help me? Pin
Guffa29-Jan-07 7:23
Guffa29-Jan-07 7:23 
QuestionTree view Pin
samerh29-Jan-07 3:59
samerh29-Jan-07 3:59 
AnswerRe: Tree view Pin
Pete O'Hanlon29-Jan-07 4:11
mvePete O'Hanlon29-Jan-07 4:11 
QuestionHow do i get the value of a DataKeyName of an edited row on a GridView? Pin
Red_Wizard_Shot_The_Food29-Jan-07 3:57
Red_Wizard_Shot_The_Food29-Jan-07 3:57 
Questionhelp required about dropdownlist box Pin
mohd imran abdul aziz29-Jan-07 3:25
mohd imran abdul aziz29-Jan-07 3:25 
Dear All,
i am bit new to the dotnet world. i am making web application using asp.net ,C# (Visual studio 2005).
i am using two dropdownlistbox which i defined as
FIRST AS
<asp:dropdownlist id="DropDownListbranch" runat="server" datasourceid="SqlDataSourcebranch"
="" datatextfield="display" datavaluefield="branchcode" style="left: 341px; position: absolute;
top: 72px" width="134px" <b="">AutoPostBack="True" AppendDataBoundItems="True" OnSelectedIndexChanged="DropDownListbranch_SelectedIndexChanged">
<asp:listitem> Select One



SECOND AS
<asp:dropdownlist id="DropDownListname" runat="server" datasourceid="SqlDataSourceid"
="" datatextfield="display" datavaluefield="agentid" style="left: 342px; position: absolute;
top: 99px" width="131px" <b="">AppendDataBoundItems="True" AutoPostBack="True" OnSelectedIndexChanged="DropDownListid_SelectedIndexChanged" TabIndex="1">
<asp:listitem>Select One
<asp:listitem>New


BOTH I FILLED AS

FIRST AS

<asp:sqldatasource id="SqlDataSourceid" runat="server" connectionstring="<%$ ConnectionStrings:HFSERVICESConnectionString %>"
="" selectcommand="Sp_name" selectcommandtype="StoredProcedure">
<selectparameters>
<asp:sessionparameter name="type" sessionfield="myna" type="String">
<asp:controlparameter controlid="DropDownListbranch" name="branch" propertyname="SelectedValue"
="" type="String">





SECOND AS

<asp:dropdownlist id="DropDownListname" runat="server" datasourceid="SqlDataSourceid"
="" datatextfield="display" datavaluefield="agentid" style="left: 342px; position: absolute;
top: 99px" width="131px" appenddatabounditems="True" autopostback="True" onselectedindexchanged="DropDownListid_SelectedIndexChanged" tabindex="1">
<asp:listitem>Select One
<asp:listitem>New


Actually i want along with data in second dropdownlist box there alway be option of Select one and new.where i am going wrong ? please guide me.

thanks


regards
imran khan

AnswerRe: help required about dropdownlist box Pin
Sandeep Akhare29-Jan-07 3:54
Sandeep Akhare29-Jan-07 3:54 
GeneralRe: help required about dropdownlist box Pin
Sandeep Akhare29-Jan-07 4:03
Sandeep Akhare29-Jan-07 4:03 
QuestionHow to Get Cursor Position in Textbox ? [modified] Pin
Abhi_Born_To_Code29-Jan-07 2:10
Abhi_Born_To_Code29-Jan-07 2:10 
AnswerRe: How to Get Cursor Position in Textbox ? Pin
Sandeep Akhare29-Jan-07 4:05
Sandeep Akhare29-Jan-07 4:05 
AnswerRe: How to Get Cursor Position in Textbox ? Pin
Sandeep Akhare29-Jan-07 4:18
Sandeep Akhare29-Jan-07 4:18 
Questionscroll a particular column in gridview horizontally Pin
Moups29-Jan-07 2:06
Moups29-Jan-07 2:06 
Questionhow to show category and sub category tree style Urgent ? Pin
Tridip Bhattacharjee29-Jan-07 1:16
professionalTridip Bhattacharjee29-Jan-07 1:16 
Questionhow to show category and sub category tree style Urgent ? Pin
Tridip Bhattacharjee29-Jan-07 1:16
professionalTridip Bhattacharjee29-Jan-07 1:16 
QuestionSpecified arguement was outside the bound of the valid values. Pin
MissionSuccess29-Jan-07 0:11
MissionSuccess29-Jan-07 0:11 
AnswerRe: Specified arguement was outside the bound of the valid values. Pin
Christian Graus29-Jan-07 0:36
protectorChristian Graus29-Jan-07 0:36 
GeneralSpecified arguement was outside the bound of the valid values. Pin
MissionSuccess29-Jan-07 0:39
MissionSuccess29-Jan-07 0:39 
GeneralRe: Specified arguement was outside the bound of the valid values. Pin
Christian Graus29-Jan-07 0:48
protectorChristian Graus29-Jan-07 0:48 
GeneralRe: Specified arguement was outside the bound of the valid values. Pin
MissionSuccess29-Jan-07 1:01
MissionSuccess29-Jan-07 1:01 
AnswerRe: Specified arguement was outside the bound of the valid values. Pin
Pete O'Hanlon29-Jan-07 4:09
mvePete O'Hanlon29-Jan-07 4:09 
Questionhow to create a webapplication that loads like a windowsservice?? Pin
yuvachandra28-Jan-07 22:22
yuvachandra28-Jan-07 22:22 
AnswerRe: how to create a webapplication that loads like a windowsservice?? Pin
badgrs28-Jan-07 23:52
badgrs28-Jan-07 23:52 
Questioncalendar control problem in ASP.Net Pin
K.R.Neelima28-Jan-07 22:01
K.R.Neelima28-Jan-07 22: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.