Click here to Skip to main content
15,890,947 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Close the Popup After Update Pin
R. Giskard Reventlov22-Feb-12 12:02
R. Giskard Reventlov22-Feb-12 12:02 
GeneralRe: Close the Popup After Update Pin
Vimalsoft(Pty) Ltd22-Feb-12 19:53
professionalVimalsoft(Pty) Ltd22-Feb-12 19:53 
QuestionError in deploying Asp.net web application with crystal report version 13 Pin
akosidandan22-Feb-12 4:14
akosidandan22-Feb-12 4:14 
AnswerRe: Error in deploying Asp.net web application with crystal report version 13 Pin
amargujrathi200623-Feb-12 18:26
amargujrathi200623-Feb-12 18:26 
QuestionASP.Net timeout Pin
berba22-Feb-12 1:39
berba22-Feb-12 1:39 
AnswerRe: ASP.Net timeout Pin
R. Giskard Reventlov22-Feb-12 12:07
R. Giskard Reventlov22-Feb-12 12:07 
AnswerRe: ASP.Net timeout Pin
thatraja22-Feb-12 19:54
professionalthatraja22-Feb-12 19:54 
QuestionUpdatePanel inside TemplateField Pin
Hanzaplast22-Feb-12 1:22
Hanzaplast22-Feb-12 1:22 
hi
can i update/insert record directly from markup if i use UpdatePanel inside asp.net GridControls (GridView, DetailsView, FormView...) using SqlDataSource

this is what i am trying to do

ASP.NET
<asp:GridView runat="server" ID="gv" 
    DataSourceID="mySqlDataSource"
    DataKeyNames="id"
    AutoGenerateEditButton="true"
    AutoGenerateColumns="false">
    <Columns>
        <asp:BoundField DataField="Naziv" />
        <asp:BoundField DataField="Opis" />
        <asp:TemplateField>
            <ItemTemplate>
                <%#Eval("html") %>
            </ItemTemplate>
            <EditItemTemplate>
                <asp:UpdatePanel runat="server" ID="up">
                    <ContentTemplate>
                        <asp:TextBox Text='<%#Bind("html") %>' runat="server" ID="tb" />
                    </ContentTemplate>
                </asp:UpdatePanel>
            </EditItemTemplate>
        </asp:TemplateField>
    </Columns>
</asp:GridView>


i can bind "html" field to "tb" TextBox, but executing update or insert command of "gv" i cant update/insert "html" field as long as it is inside UpdatePanel.

i can dynamicly find control ("tb" TextBox) using RowUpdating event and set value that way, but i am just wondering if this can be done with no extra code?
QuestionDatagrid - how to display an Image Pin
Bazzer74722-Feb-12 0:34
Bazzer74722-Feb-12 0:34 
Questioncreate subdomain in the asp.net Pin
apadana_198921-Feb-12 23:07
apadana_198921-Feb-12 23:07 
AnswerRe: create subdomain in the asp.net Pin
R. Giskard Reventlov22-Feb-12 12:08
R. Giskard Reventlov22-Feb-12 12:08 
QuestionAutomatically Printing Crystal Reports in ASP.NET Pin
saidfathi21-Feb-12 21:22
saidfathi21-Feb-12 21:22 
QuestionHow to remove CC and To in Outlook using Outlook Add in Template in .net Pin
palanirajan21-Feb-12 20:50
palanirajan21-Feb-12 20:50 
Questionsmtp: help how make emails deliver to inbox not junk box Pin
awedaonline21-Feb-12 0:43
awedaonline21-Feb-12 0:43 
AnswerRe: smtp: help how make emails deliver to inbox not junk box Pin
Richard MacCutchan21-Feb-12 1:32
mveRichard MacCutchan21-Feb-12 1:32 
Questionhelp how make emails deliver to inbox not junk box Pin
awedaonline21-Feb-12 0:42
awedaonline21-Feb-12 0:42 
AnswerRe: help how make emails deliver to inbox not junk box Pin
Richard MacCutchan21-Feb-12 1:31
mveRichard MacCutchan21-Feb-12 1:31 
QuestionIIS URL Pin
Zeyad Jalil20-Feb-12 21:46
professionalZeyad Jalil20-Feb-12 21:46 
AnswerRe: IIS URL Pin
Pete O'Hanlon20-Feb-12 23:04
mvePete O'Hanlon20-Feb-12 23:04 
QuestionAccessing usercontrols inside placeholder control using jQuery Pin
meeram39520-Feb-12 20:26
meeram39520-Feb-12 20:26 
AnswerRe: Accessing usercontrols inside placeholder control using jQuery Pin
jkirkerx21-Feb-12 15:43
professionaljkirkerx21-Feb-12 15:43 
AnswerRe: Accessing usercontrols inside placeholder control using jQuery Pin
Shameel21-Feb-12 23:31
professionalShameel21-Feb-12 23:31 
QuestionAsp.net4.0: Ajax Control ToolKit Pin
ranuec20-Feb-12 2:06
ranuec20-Feb-12 2:06 
AnswerRe: Asp.net4.0: Ajax Control ToolKit Pin
antish120-Feb-12 5:42
antish120-Feb-12 5:42 
QuestionDelete all existing files prior to publish + Recover deleted files Pin
NTheOne20-Feb-12 1:04
NTheOne20-Feb-12 1:04 

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.