Click here to Skip to main content
15,886,199 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: when you have an example explain it properly please. Pin
Abhishek Sur18-Nov-09 10:57
professionalAbhishek Sur18-Nov-09 10:57 
GeneralRe: when you have an example explain it properly please. Pin
macupryk18-Nov-09 11:12
macupryk18-Nov-09 11:12 
GeneralRe: when you have an example explain it properly please. Pin
Abhishek Sur18-Nov-09 11:25
professionalAbhishek Sur18-Nov-09 11:25 
GeneralRe: when you have an example explain it properly please. Pin
macupryk19-Nov-09 1:03
macupryk19-Nov-09 1:03 
QuestionOnclick execute multiple functions mixed .net and javascript functions Pin
WizTAK18-Nov-09 10:06
WizTAK18-Nov-09 10:06 
AnswerRe: Onclick execute multiple functions mixed .net and javascript functions Pin
Abhishek Sur18-Nov-09 11:01
professionalAbhishek Sur18-Nov-09 11:01 
AnswerRe: Onclick execute multiple functions mixed .net and javascript functions Pin
PunkIsNotDead18-Nov-09 12:43
PunkIsNotDead18-Nov-09 12:43 
Questionlistview issue [modified] Pin
Tauseef A18-Nov-09 7:33
Tauseef A18-Nov-09 7:33 
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
     
      <ContentTemplate>
     
      <asp:ListView ID   = "lstview" runat ="server" DataSourceID="orderdatasource">
     
     
      <LayoutTemplate>
     
      <table id ="itemplaceholdercontainer">
      <tr>
      <th>
      Order ID
      </th>
      <th>
      Customer ID
      </th>
      <th>
      Order Date
      </th>
      <th>
      Ship Address
      </th>
      <th>
      Ship Country
      </th>
      </tr>
      <tr runat ="server" id ="itemPlaceholder"></tr>
      </table>
     
      </LayoutTemplate>
      <tr>
      <td>
      <asp:Label ID   = "lblorderid" runat ="server" text = '<%#eval(orderid)%>'></asp:Label>
     
      </td>
      <td>
      <asp:Label ID   = "lblcustomerid" runat ="server" text = '<%#eval(customerid)%>'></asp:Label>
      </td>
      <td>
      <asp:Label ID   = "orderdate" runat ="server" text = '<%#eval(orderdate)%>'></asp:Label>
     
      </td>
      <td>
      <asp:Label ID   = "shipaddress" runat ="server" text = '<%#eval(shipaddress)%>'></asp:Label>
     
      </td>
      <td>
      <asp:Label ID   = "shipcountry" runat ="server" text = '<%#eval(shipcountry)%>'></asp:Label>
     
      </td>
      </tr>
     
     
     
      </asp:ListView>
     
            <asp:ObjectDataSource ID="orderdatasource" runat="server"
                  SelectMethod="GetOrdersByCustomer" TypeName="BAL.CustomerBAL">
                  <SelectParameters>
                        <asp:ControlParameter ControlID="dpcustomers" Name="customer"
                              PropertyName="SelectedValue" Type="String" />
                  </SelectParameters>
            </asp:ObjectDataSource>
     
      </ContentTemplate>
     
      </asp:UpdatePanel>

Tauseef A Khan
MCP Dotnet framework 2.0.

modified on Wednesday, November 18, 2009 6:01 PM

AnswerRe: listview issue Pin
Abhishek Sur18-Nov-09 7:41
professionalAbhishek Sur18-Nov-09 7:41 
QuestionRe: listview issue Pin
Tauseef A18-Nov-09 12:02
Tauseef A18-Nov-09 12:02 
AnswerRe: listview issue Pin
Abhishek Sur18-Nov-09 23:13
professionalAbhishek Sur18-Nov-09 23:13 
AnswerRe: listview issue Pin
ranjan_namitaputra18-Nov-09 8:34
ranjan_namitaputra18-Nov-09 8:34 
Generallistview issue Pin
PunkIsNotDead18-Nov-09 10:00
PunkIsNotDead18-Nov-09 10:00 
GeneralRe: listview issue Pin
Tauseef A18-Nov-09 12:02
Tauseef A18-Nov-09 12:02 
QuestionDistributed Database Search Using Rest Web Services Pin
lavakusa p18-Nov-09 7:28
lavakusa p18-Nov-09 7:28 
AnswerRe: Distributed Database Search Using Rest Web Services Pin
The Man from U.N.C.L.E.18-Nov-09 8:07
The Man from U.N.C.L.E.18-Nov-09 8:07 
Questionhow to get the default printer name on client's computer using activx control (c#) Pin
swapnilekhe8718-Nov-09 3:56
swapnilekhe8718-Nov-09 3:56 
AnswerRe: how to get the default printer name on client's computer using activx control (c#) Pin
Abhijit Jana18-Nov-09 4:06
professionalAbhijit Jana18-Nov-09 4:06 
GeneralRe: how to get the default printer name on client's computer using activx control (c#) Pin
swapnilekhe8718-Nov-09 17:51
swapnilekhe8718-Nov-09 17:51 
AnswerRe: how to get the default printer name on client's computer using activx control (c#) Pin
Abhishek Sur18-Nov-09 4:25
professionalAbhishek Sur18-Nov-09 4:25 
Questioncan we connect Asp.Net to Tally Pin
lrsalunkhe18-Nov-09 1:42
lrsalunkhe18-Nov-09 1:42 
AnswerRe: can we connect Asp.Net to Tally Pin
Richard MacCutchan18-Nov-09 1:56
mveRichard MacCutchan18-Nov-09 1:56 
AnswerRe: can we connect Asp.Net to Tally Pin
Abhishek Sur18-Nov-09 2:23
professionalAbhishek Sur18-Nov-09 2:23 
Questioncreate HTML page for emailing again Pin
Ersan Ercek17-Nov-09 23:53
Ersan Ercek17-Nov-09 23:53 
AnswerRe: create HTML page for emailing again Pin
Abhijit Jana18-Nov-09 0:05
professionalAbhijit Jana18-Nov-09 0:05 

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.