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

ASP.NET

 
GeneralRe: Working with IE7 not in Firefox Pin
Not Active31-Jan-08 1:11
mentorNot Active31-Jan-08 1:11 
GeneralRe: Working with IE7 not in Firefox Pin
MSinha31-Jan-08 19:20
MSinha31-Jan-08 19:20 
GeneralRoll Your Own Ajax in DataList Control Pin
Brady Kelly30-Jan-08 4:16
Brady Kelly30-Jan-08 4:16 
QuestionThis java script is not working in Content pages Pin
Raam30-Jan-08 2:50
Raam30-Jan-08 2:50 
GeneralRe: This java script is not working in Content pages Pin
Sandeep Akhare30-Jan-08 3:18
Sandeep Akhare30-Jan-08 3:18 
GeneralRe: This java script is not working in Content pages Pin
newc130-Jan-08 3:45
newc130-Jan-08 3:45 
GeneralRe: This java script is not working in Content pages Pin
Sandeep Akhare30-Jan-08 3:56
Sandeep Akhare30-Jan-08 3:56 
Generalgridview filtering with drop down lists Pin
newbieAl30-Jan-08 2:40
newbieAl30-Jan-08 2:40 
i have a gridview with two drop down lists. The first dropdown list filters the gridview perfectly the second doesn't filter at all.

Here is my sqldatasource info:
<br />
SelectCommand="SELECT * FROM [datatable] WHERE ([afield] = @afield) OR ([bfield] = @bfield) "><br />
<br />
SelectParameters<br />
   ControlParameter ControlID="DropDownList1" Name="afield" PropertyName="SelectedValue" Type="String" /><br />
   ControlParameter ControlID="DropDownList2" Name="bfield" PropertyName="SelectedValue" Type="String" /><br />
SelectParameters><br />
<br />
Dropdown lists:<br />
<br />
  <asp:dropdownlist id="DropDownList1" runat="server" autopostback="True"><br />
            <asp:listitem>Select an item</asp:listitem><br />
            <asp:listitem>A</asp:listitem><br />
            <asp:listitem>B</asp:listitem>            <br />
        </asp:dropdownlist><br /><br /><br />
        <br />
        <asp:dropdownlist id="DropDownList2" runat="server" autopostback="True"><br />
            <asp:listitem>Select an item</asp:listitem><br />
            <asp:listitem>Closed</asp:listitem><br />
            <asp:listitem>Open</asp:listitem><br />
        </asp:dropdownlist><br />
<br />
<br />
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load<br />
        If DropDownList1.SelectedIndex.Equals(0) Then<br />
            datatable.SelectCommand = ("SELECT * FROM [table]")<br />
            GridView1.DataBind()<br />
<br />
        End If<br />
<br />
    End Sub

QuestionConvert a web application build in 1.1 to 2.0? Pin
Gandalf_TheWhite30-Jan-08 2:21
professionalGandalf_TheWhite30-Jan-08 2:21 
GeneralRe: Convert a web application build in 1.1 to 2.0? Pin
Sandeep Akhare30-Jan-08 3:32
Sandeep Akhare30-Jan-08 3:32 
GeneralRe: Convert a web application build in 1.1 to 2.0? Pin
bokuceres30-Jan-08 20:01
bokuceres30-Jan-08 20:01 
QuestionObtaining client info when using no authentication Pin
ScottM130-Jan-08 2:00
ScottM130-Jan-08 2:00 
QuestionCan I call a palette in VS.NET 2003 Pin
Infernojericho30-Jan-08 1:27
Infernojericho30-Jan-08 1:27 
AnswerRe: Can I call a palette in VS.NET 2003 Pin
Gandalf_TheWhite30-Jan-08 2:24
professionalGandalf_TheWhite30-Jan-08 2:24 
GeneralRe: Can I call a palette in VS.NET 2003 Pin
Infernojericho30-Jan-08 3:06
Infernojericho30-Jan-08 3:06 
Questionwhen I change the file extension from html to aspx all the javascripts that are supposedn to design the page with XSL and HTC doesn't work. Pin
Shimmy Weitzhandler30-Jan-08 1:26
Shimmy Weitzhandler30-Jan-08 1:26 
QuestionRe: when I change the file extension from html to aspx all the javascripts that are supposedn to design the page with XSL and HTC doesn't work. Pin
pmarfleet30-Jan-08 1:36
pmarfleet30-Jan-08 1:36 
GeneralRe: when I change the file extension from html to aspx all the javascripts that are supposedn to design the page with XSL and HTC doesn't work. Pin
Shimmy Weitzhandler30-Jan-08 23:41
Shimmy Weitzhandler30-Jan-08 23:41 
GeneralRe: when I change the file extension from html to aspx all the javascripts that are supposedn to design the page with XSL and HTC doesn't work. Pin
pmarfleet31-Jan-08 0:08
pmarfleet31-Jan-08 0:08 
GeneralRe: when I change the file extension from html to aspx all the javascripts that are supposedn to design the page with XSL and HTC doesn't work. Pin
Shimmy Weitzhandler31-Jan-08 2:20
Shimmy Weitzhandler31-Jan-08 2:20 
GeneralRe: when I change the file extension from html to aspx all the javascripts that are supposedn to design the page with XSL and HTC doesn't work. Pin
Paddy Boyd30-Jan-08 1:56
Paddy Boyd30-Jan-08 1:56 
QuestionRe: when I change the file extension from html to aspx all the javascripts that are supposedn to design the page with XSL and HTC doesn't work. Pin
Shimmy Weitzhandler30-Jan-08 6:42
Shimmy Weitzhandler30-Jan-08 6:42 
GeneralRe: when I change the file extension from html to aspx all the javascripts that are supposedn to design the page with XSL and HTC doesn't work. Pin
Paddy Boyd30-Jan-08 21:40
Paddy Boyd30-Jan-08 21:40 
GeneralRe: when I change the file extension from html to aspx all the javascripts that are supposedn to design the page with XSL and HTC doesn't work. Pin
Shimmy Weitzhandler30-Jan-08 23:39
Shimmy Weitzhandler30-Jan-08 23:39 
Generalneed regular expression for denying white spaces and having the string of atleast 6 and at most 20 characters Pin
Rocky#30-Jan-08 0:29
Rocky#30-Jan-08 0:29 

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.