Click here to Skip to main content
15,920,632 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Master Page Loading vs. Content Page Reload Pin
dboy22119-Nov-09 17:37
dboy22119-Nov-09 17:37 
QuestionEdit Template in Gridview Pin
sparlay_pk19-Nov-09 9:18
sparlay_pk19-Nov-09 9:18 
AnswerRe: Edit Template in Gridview Pin
Abhishek Sur19-Nov-09 11:17
professionalAbhishek Sur19-Nov-09 11:17 
AnswerRe: Edit Template in Gridview Pin
Abhijit Jana19-Nov-09 16:03
professionalAbhijit Jana19-Nov-09 16:03 
AnswerRe: Edit Template in Gridview Pin
Vimalsoft(Pty) Ltd19-Nov-09 19:48
professionalVimalsoft(Pty) Ltd19-Nov-09 19:48 
QuestionProblem with creating a windows component. Pin
sarang_k19-Nov-09 8:47
sarang_k19-Nov-09 8:47 
AnswerRe: Problem with creating a windows component. Pin
Abhishek Sur19-Nov-09 11:05
professionalAbhishek Sur19-Nov-09 11:05 
Questiondifference between website and web application Pin
md_azy19-Nov-09 7:58
md_azy19-Nov-09 7:58 
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
Paulo 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 

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.