Click here to Skip to main content
15,885,216 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: difference between website and web application Pin
Abhishek Sur19-Nov-09 8:08
professionalAbhishek Sur19-Nov-09 8:08 
GeneralRe: difference between website and web application Pin
Paulo Zemek20-Nov-09 0:27
mvaPaulo Zemek20-Nov-09 0:27 
QuestionHow to fire the DropDownList.SelectedIndexChanged event Pin
MacIntyre19-Nov-09 7:09
MacIntyre19-Nov-09 7:09 
AnswerRe: How to fire the DropDownList.SelectedIndexChanged event Pin
Abhishek Sur19-Nov-09 8:19
professionalAbhishek Sur19-Nov-09 8:19 
GeneralRe: How to fire the DropDownList.SelectedIndexChanged event Pin
MacIntyre19-Nov-09 10:12
MacIntyre19-Nov-09 10:12 
GeneralRe: How to fire the DropDownList.SelectedIndexChanged event Pin
MacIntyre19-Nov-09 11:49
MacIntyre19-Nov-09 11:49 
GeneralRe: How to fire the DropDownList.SelectedIndexChanged event Pin
Abhishek Sur19-Nov-09 21:10
professionalAbhishek Sur19-Nov-09 21:10 
Questionobject data source Pin
Tauseef A19-Nov-09 7:03
Tauseef A19-Nov-09 7:03 
HI guys i am working with listview conrol and objectdatasource

there is an udate metod wo which my dataobject is bound
bit it does not work, i put a break on updating event of the objectdatasource
but it doest not even break here   , delete is working fine ,
update method and delete method taking the type of object.

here is my code


<EditItemTemplate>
   <tr style ="background-color:Yellow">
   <td class ="Controls">
   <asp:LinkButton ID =   "EditButton"   runat ="server" Text ="Update" CommandName ="Edit"></asp:LinkButton>
   <asp:LinkButton ID = "DeleteButton" runat ="server" Text ="Cancel" CommandName ="Cancel"></asp:LinkButton>
   </td>
   <td class ="Controls">
   <asp:TextBox ID = "up_txtupdatecustomerid"   runat ="server"   Text = '<%#Bind("customerid")%>'></asp:TextBox>
   </td>
   <td>
   <asp:Label ID = "uo_orderid" Text = '<%# Bind("Orderid") %>' runat ="server"> </asp:Label>
   </td>
   <td>
   <asp:TextBox ID ="up_txtshipaddress" runat ="server" Text ='<%#Bind("shipaddress") %>'></asp:TextBox>
   </td>
   <td>
   <asp:TextBox ID ="up_txtshipcity" runat ="server" Text ='<%#Bind("shipcity") %>'></asp:TextBox>
   </td>
   <td>
   <asp:TextBox ID ="up_txtshipcountry" runat ="server" Text ='<%#Bind("shipcountry") %>'></asp:TextBox>
   </td>
  
   </tr>
</EditItemTemplate>

Tauseef A Khan
MCP Dotnet framework 2.0.

QuestionCould somebosy help me this rendercontrol issue Pin
Ersan Ercek19-Nov-09 6:40
Ersan Ercek19-Nov-09 6:40 
AnswerRe: Could somebosy help me this rendercontrol issue Pin
Abhishek Sur19-Nov-09 7:56
professionalAbhishek Sur19-Nov-09 7:56 
GeneralRe: Could somebosy help me this rendercontrol issue Pin
Ersan Ercek19-Nov-09 9:07
Ersan Ercek19-Nov-09 9:07 
GeneralRe: Could somebosy help me this rendercontrol issue Pin
Abhishek Sur19-Nov-09 20:40
professionalAbhishek Sur19-Nov-09 20:40 
GeneralRe: Could somebosy help me this rendercontrol issue Pin
Ersan Ercek19-Nov-09 20:55
Ersan Ercek19-Nov-09 20:55 
GeneralRe: Could somebosy help me this rendercontrol issue Pin
Abhishek Sur19-Nov-09 21:08
professionalAbhishek Sur19-Nov-09 21:08 
GeneralRe: Could somebosy help me this rendercontrol issue Pin
Ersan Ercek20-Nov-09 0:59
Ersan Ercek20-Nov-09 0:59 
GeneralRe: Could somebosy help me this rendercontrol issue Pin
Abhishek Sur21-Nov-09 9:25
professionalAbhishek Sur21-Nov-09 9:25 
GeneralRe: Could somebosy help me this rendercontrol issue Pin
Ersan Ercek23-Nov-09 0:28
Ersan Ercek23-Nov-09 0:28 
GeneralRe: Could somebosy help me this rendercontrol issue Pin
Abhishek Sur24-Nov-09 21:42
professionalAbhishek Sur24-Nov-09 21:42 
AnswerRe: Could somebosy help me this rendercontrol issue Pin
The Man from U.N.C.L.E.19-Nov-09 7:59
The Man from U.N.C.L.E.19-Nov-09 7:59 
GeneralRe: Could somebosy help me this rendercontrol issue Pin
The Man from U.N.C.L.E.19-Nov-09 8:01
The Man from U.N.C.L.E.19-Nov-09 8:01 
GeneralRe: Could somebosy help me this rendercontrol issue Pin
Abhishek Sur19-Nov-09 8:10
professionalAbhishek Sur19-Nov-09 8:10 
GeneralRe: Could somebosy help me this rendercontrol issue Pin
Ersan Ercek19-Nov-09 8:20
Ersan Ercek19-Nov-09 8:20 
QuestionOpen Documents from List Box Pin
Paul Unsworth19-Nov-09 4:47
Paul Unsworth19-Nov-09 4:47 
AnswerRe: Open Documents from List Box Pin
Abhijit Jana19-Nov-09 5:04
professionalAbhijit Jana19-Nov-09 5:04 
GeneralRe: Open Documents from List Box Pin
Paul Unsworth19-Nov-09 5:33
Paul Unsworth19-Nov-09 5:33 

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.