Click here to Skip to main content
16,005,339 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: masterpage design in menu Pin
pooran singh niranjan30-Nov-09 0:16
pooran singh niranjan30-Nov-09 0:16 
GeneralRe: masterpage design in menu [modified] Pin
Abhijit Jana30-Nov-09 0:19
professionalAbhijit Jana30-Nov-09 0:19 
GeneralRe: masterpage design in menu Pin
Anurag Gandhi30-Nov-09 0:31
professionalAnurag Gandhi30-Nov-09 0:31 
GeneralRe: masterpage design in menu Pin
Abhijit Jana30-Nov-09 0:40
professionalAbhijit Jana30-Nov-09 0:40 
GeneralRe: masterpage design in menu Pin
Anurag Gandhi30-Nov-09 0:34
professionalAnurag Gandhi30-Nov-09 0:34 
GeneralRe: masterpage design in menu Pin
Abhishek Sur30-Nov-09 1:25
professionalAbhishek Sur30-Nov-09 1:25 
AnswerRe: masterpage design in menu Pin
sashidhar30-Nov-09 5:01
sashidhar30-Nov-09 5:01 
QuestionHow to pass '&' in the querystring with value Pin
Niraj00129-Nov-09 23:58
Niraj00129-Nov-09 23:58 
I have function where I get name of the manufacturer in datatable.These manufacturer name comes as link in my usercontrol list.When I click it, it get passed in querystring for search result.
Example:
http://xyz.com/productlist.aspx?Section=Terminals&Manufacturer=Lenovo pc

but in list I have Lenovo pc & NetStation

My request is passes as

<%  If Manufacturer = "" Then%>
    <h2 class="subheading">
        Manufacturers</h2>
    <ul>
        <%  While Manufacturers.Read()
                'Response.Write("<li><a href='/ProductList/" & Section & "/" & Manufacturers(0) & "/" & MinPrice & "/" & MaxPrice & "/" & Search & "'>" & Manufacturers(0) & "</a>(" & Manufacturers(1) & ")</li>")
                Response.Write("<li><a href='/productlist.aspx?Section=" & Section & "&Manufacturer=" & Manufacturers(0) & "&MinPrice=" & MinPrice & "&MaxPrice=" & MaxPrice & "&Search=" & Search & "'>" & Manufacturers(0) & "</a>(" & Manufacturers(1) & ")</li>")
            End While%>
    </ul>
    <% Else%>
    <h2 class="subheading">
        Manufacturers</h2>
    <ul>
        <%--<%  Response.Write("<li><a href='/ProductList/" & Section & "/NULL/" & MinPrice & "/" & MaxPrice & "/" & Search & "'>" & Manufacturer & "- Remove Selection</a></li>")
        %>--%>
                <%  Response.Write("<li><a href='/productlist.aspx?Section=" & Section & "&MinPrice=" & MinPrice & "&MaxPrice=" & MaxPrice & "&Search=" & Search & "'>" & Manufacturer & "- Remove Selection</a></li>")
        %>

    </ul>
    <%End If%>



in above url I want
http://xyz.com/productlist.aspx?Section=Terminals&Manufacturer=Lenovo pc & NetStaions
AnswerRe: How to pass '&' in the querystring with value Pin
Anurag Gandhi30-Nov-09 0:12
professionalAnurag Gandhi30-Nov-09 0:12 
GeneralRe: How to pass '&' in the querystring with value Pin
Abhijit Jana30-Nov-09 0:17
professionalAbhijit Jana30-Nov-09 0:17 
GeneralRe: How to pass '&' in the querystring with value Pin
Anurag Gandhi30-Nov-09 0:27
professionalAnurag Gandhi30-Nov-09 0:27 
AnswerRe: How to pass '&' in the querystring with value Pin
Abhijit Jana30-Nov-09 0:14
professionalAbhijit Jana30-Nov-09 0:14 
Question.NET Webservice XML serialization Pin
Aftab Sindhi29-Nov-09 23:46
Aftab Sindhi29-Nov-09 23:46 
AnswerRe: .NET Webservice XML serialization Pin
Aftab Sindhi2-Dec-09 18:32
Aftab Sindhi2-Dec-09 18:32 
QuestionHow to develop own News section in C# ASP.Net 2.0 ?? Pin
Navin Pandit29-Nov-09 21:25
Navin Pandit29-Nov-09 21:25 
AnswerRe: How to develop own News section in C# ASP.Net 2.0 ?? Pin
Ashfield29-Nov-09 21:31
Ashfield29-Nov-09 21:31 
GeneralRe: How to develop own News section in C# ASP.Net 2.0 ?? Pin
Navin Pandit29-Nov-09 23:10
Navin Pandit29-Nov-09 23:10 
AnswerRe: How to develop own News section in C# ASP.Net 2.0 ?? Pin
Abhishek Sur29-Nov-09 21:44
professionalAbhishek Sur29-Nov-09 21:44 
GeneralRe: How to develop own News section in C# ASP.Net 2.0 ?? Pin
John Bracey29-Nov-09 22:00
John Bracey29-Nov-09 22:00 
GeneralRe: How to develop own News section in C# ASP.Net 2.0 ?? Pin
Abhishek Sur29-Nov-09 22:41
professionalAbhishek Sur29-Nov-09 22:41 
GeneralRe: How to develop own News section in C# ASP.Net 2.0 ?? Pin
Navin Pandit29-Nov-09 23:11
Navin Pandit29-Nov-09 23:11 
GeneralRe: How to develop own News section in C# ASP.Net 2.0 ?? Pin
Abhishek Sur29-Nov-09 23:27
professionalAbhishek Sur29-Nov-09 23:27 
GeneralRe: How to develop own News section in C# ASP.Net 2.0 ?? Pin
Navin Pandit29-Nov-09 23:32
Navin Pandit29-Nov-09 23:32 
GeneralRe: How to develop own News section in C# ASP.Net 2.0 ?? Pin
Abhishek Sur30-Nov-09 1:22
professionalAbhishek Sur30-Nov-09 1:22 
AnswerRe: How to develop own News section in C# ASP.Net 2.0 ?? Pin
Abhijit Jana29-Nov-09 22:24
professionalAbhijit Jana29-Nov-09 22:24 

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.