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:664573
More Search Options
RSS Available
Matching Posts
Gridview inside the Update panel is not rendering in DOM
Hi I have a grid view inside the update panel and i have a button outside the panel. I used a trigger to do asyncpostback on click of the button and populate the gridview with data. Every thing is running fine. Gridview is also populating with data. But , when i do viewsource then i am not getting any html code for the gridview and the records on the viewsource. I dont know why it is not rendering although it is displaying on the page. I need this because, if user will select some checkbox inside
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
roopkt
on 11/27/2009
Re: Jquery: Changed Value of Button is not reflecting in server side.
Thank, I got the idea that i have to keep the button name text in some hidden field. But one more thing. When ever i am using the query ($('#source')appentTo$('#destination')) then i am getting the response.write() exception. So i have droped my plan to reuse the controls. Actually I had a requirements where i had 3 different panels in a single page. And i hade to show the single comboBox of users in all three different panel at a same time. But all the three combo boxes contains
Posted to
Client Side Web Development
(Forum)
by
roopkt
on 11/26/2009
Re: Jquery: The state information is invalid for this page and might be corrupted.
Hi my aspx page contains nothing it was just a new page.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
roopkt
on 11/26/2009
Jquery: Changed Value of Button is not reflecting in server side.
Hi I want to use same button (asp.net server control) at two different places on the same page. So i am changing the text of the button with jqery and on click of the button when i am trying to get the text of the button it is giving me the old text. The changed text is not coming in server side. Also when i am doing Response.Write("something"); then i am getting error PageRequestManagerParseErrorException:...the response is modified by calls to Response.write().... How to get the changed
Posted to
Client Side Web Development
(Forum)
by
roopkt
on 11/23/2009
Re: Evaluating boolean syntax in javascript:
Hi, Thanks for your great suggestions it really worked. I used eval() method of javascript and put this inside the try catch block. In catch i am getting the syntax error and other exceptions as well that i am able to show the user also. Really now i understood the power of eval() method of Javascript. Thanks again !!
Posted to
Client Side Web Development
(Forum)
by
roopkt
on 11/15/2009
how to replace || with OR in javascript
Hi. I have a following expression in javascript: var a=1; b=2; c=3; d=5; if(a==1 && (b==2|| c==3 || d==5)) {//do something.} I want to replace all "==" with "=" , " &&" with "AND" and all "||" with "OR". i am doing this by writing following code: var exp =(a==1 && (b==2|| c==3 || d==5)) var exp_final = exp.replace(/==/g, "=").replace(/&&/g , "AND").replace(/||/g , "OR"); but exp_final
Posted to
Client Side Web Development
(Forum)
by
roopkt
on 11/15/2009
Re: how to replace || with OR in javascript
Hi Paul, Thanks for your great suggestion it worked for me. Now I learn the use of \ escape symbol. when i am doing following : var a=1; b=2; c=3; d=5; var exp = "(a==1 && (b==2|| c==3 || d==5))"; var exp_final = exp.replace(/==/g, "=").replace(/&&/g , "AND").replace(/\|\|/g , "OR"); alert(exp_final); and it worked great ... Thanks again...
Posted to
Client Side Web Development
(Forum)
by
roopkt
on 11/15/2009
Jquery: The state information is invalid for this page and might be corrupted.
Hi I have one page containing one div of id "divContent". Onclick of a button i am executing following code: $('#divContent').load("default4.aspx"); But after loading of default4.aspx page inside the div when i click on any button to do server side event or postback. The page is displaying an error: The state information is invalid for this page and might be corrupted. Description: An unhandled exception occurred during the execution of the current web request. Please
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
roopkt
on 11/15/2009
Evaluating boolean syntax in javascript:
Hi, how to evaluate the conditional syntax. say i have a website where i want to give the user option to put the boolean expression and lets say s/he has made the wrong expression by putting braces at wrong places then how to evaluate that and show the user friendly message for the same. Say I have one example i have one object having properties and values in javascript. var a = 1; var b =2; var c= 3 ; Now i have on text box where user will enter a boolean expression then how do i evaluate that and
Posted to
Client Side Web Development
(Forum)
by
roopkt
on 11/14/2009
Re: Webservices call VS update panel
Hi thanks for your inputs. I am going to use update panel. Because i think by using webservices call. I need to do the paging , sorting and other things which we generally do in gridview. That I believe will not be easy by hand in the client side.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
roopkt
on 11/8/2009
Page 1 of 10 (100 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
E2E: Brian Beckman and Erik Meijer - Co/Contravariance in Physics and Programming, 1 of 2
TechNet Edge:
Windows Server 2008 R2 Quick Look #3 - PowerShell V2
ASP.NET:
2009 Blogged - Greatest Hits
WindowsClient:
2009 Blogged - Greatest Hits
Channel 9:
Nikolaj Bjørner and Leonardo de Moura: The Z3 Constraint Solver
Channel 9:
MEF & Silverlight 4 Beta - Part 2, Imports & Exports
Channel 9:
MEF & Silverlight 4 Beta - Part 1, Introduction
WindowsClient:
The (Near) Final Word on Multi-Monitor Taskbars for Windows 7 - Ultramon vs. DisplayFusion
WindowsClient:
Looking back at 2009, and forward to 2010
Silverlight:
Polling Video – A Viable sub-second alternative?
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online