Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:793503
More Search Options
RSS Available
Matching Posts
Re: Changing .text value in textbox runat="server", aspx page
yeah dude, i forget that i was using UpdatesPanels, if you try to set text or another property to a webcontol that are not inside a UpdatedPanel that will not work! :)
Posted to
Client Side Web Development
(Forum)
by
JProgrammer
on 1/16/2009
Re: Changing .text value in textbox runat="server", aspx page
i made a litle demo : 1 < body > 2 < form id= "form1" runat= "server" > 3 < div > 4 < asp:ScriptManager ID= "ScriptManager1" runat= "server" > 5 </ asp:ScriptManager > 6 < asp:UpdatePanel ID= "UpdatePanel1" runat= "server" > 7 < ContentTemplate > 8 < asp:Button ID= "Button1" runat= "server" CausesValidation= "False" 9 onclick= "Button1_Click" Text= "Button"
Posted to
Client Side Web Development
(Forum)
by
JProgrammer
on 1/15/2009
Re: Changing .text value in textbox runat="server", aspx page
"objects is null", maybe is not found cause page is not postbacking?
Posted to
Client Side Web Development
(Forum)
by
JProgrammer
on 1/15/2009
Re: Changing .text value in textbox runat="server", aspx page
Im using C# 3.0, AjaxToolKit with Triggers and UpdatedPanels this is my codebehind : 1 IList testDetail = scvCitas.GetDetalleCosto(codeCarta, codigoEstudio, codeAseguradora, rucAseguradora); 2 var tipoEstudio = (from te in testDetail 3 select te.codigoestudio).Take(1).SingleOrDefault(); 4 var total = testDetail.Sum(pre => pre.precioestudio).ToString( "N" ); 5 txtTipoEstudio.Text = tipoEstudio; 6 txtCodigoCarta.Text = "asdasd" ; 7 dgvEstudios.DataSource = testDetail; 8 dgvEstudios
Posted to
Client Side Web Development
(Forum)
by
JProgrammer
on 1/15/2009
Changing .text value in textbox runat="server", aspx page
So I notice that i cant set text on texboxed or inputs calling from codebehind, so how can solute this? using jscript? jquery .val() ? a webmethod and then executing it on client side? please advice me if this is possible. Thanks in advance!
Posted to
Client Side Web Development
(Forum)
by
JProgrammer
on 1/15/2009
Re: Saving GridViewRow data before changing it (WebForms)
thats right the idea is to convert into a List<T>
Posted to
Data Presentation Controls
(Forum)
by
JProgrammer
on 12/15/2008
Re: Saving GridViewRow data before changing it (WebForms)
i was worried thinking about changing that property, elemets like tablestyles will be added, but works, im trying now to cast the IDictionary<string,object> to a List<T> generic
Posted to
Data Presentation Controls
(Forum)
by
JProgrammer
on 12/15/2008
Re: Saving GridViewRow data before changing it (WebForms)
Hi there, thanks for your response I was reading your post , but that snippet just catch data from controls with .visible = true property , i have cells that are not showing to users cause are codes or correlatives numbers, is possible to filter using another property instead .visible? regards
Posted to
Data Presentation Controls
(Forum)
by
JProgrammer
on 12/15/2008
Saving GridViewRow data before changing it (WebForms)
Hi Folks!, Im working with C# 3.0, GridViews, so my idea is the following "Save actual data from gridviewA in some local var, then perform changes in real context and finally bind them all again in the same GridView": (steps) 1) I Have GridViewA with following columns : <table border=1 width=300> <TR> <TD WIDTH=100> </TD> <TD WIDTH=100> CodeClass </TD> <TD WIDTH=100> Description </TD> <TD WIDTH=100> Price </TD> <TD WIDTH=100>
Posted to
Data Presentation Controls
(Forum)
by
JProgrammer
on 12/13/2008
Re: How obtain datatable from a gridview?
[quote user="davidfowl"]I'm saying you need to hold onto the reference yourself not necessarily create a copy.[/quote] Im understanding you, but please helps how can i obtain the complety source from a gridview (datarows, datacolumns, rows, etc) , im trying to get it from .datasource property but always is null
Posted to
Data Presentation Controls
(Forum)
by
JProgrammer
on 12/11/2008
Page 1 of 18 (172 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
Joachim Nässlander on Live Migration
ASP.NET:
T4MVC 2.6: MVC 2 Areas support
ASP.NET:
Script# Update - v0.5.5.0
Channel 10:
Difference between DirectX 10 and DirectX 11
Channel 10:
WHS Power Pack 3 Arrives
Channel 10:
ASUS Brings GUI to BIOS
ASP.NET:
Microsoft AJAX CDN – Now with SSL Support
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
ASP.NET:
PDC09 Talk: Building Amazing Business Applications with Silverlight 4, RIA Services and Visual Studio 2010 – Now in Visual Basic!!
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online