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:750262
More Search Options
RSS Available
Matching Posts
Re: javascript to trigger server side control?
var gridViewID = <%=GridView1.ClientID%>
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Rodashar
on 6/19/2009
Re: Another menu is not displaying in Chrome using css control adapters
Check the demo code if you can and verify that they are not adding any additional code or properties to the page. Also check for the presense of a browser file
Posted to
CSS Friendly Control Adapters
(Forum)
by
Rodashar
on 6/19/2009
Re: Another menu is not displaying in Chrome using css control adapters
I believe this is caused because ASP.NETtreats unknown browsers as low level browsers. Basically ASP.NET does not know if the requesting browser can properly display the content so it renders out a basic view that any browser can render. I had this same problem with safari a while back. i can't recall exactly how to fix this. Something about a browser file or something in the page registration... Ask google :D
Posted to
CSS Friendly Control Adapters
(Forum)
by
Rodashar
on 6/18/2009
Re: How to get value of datagrid linkbutton
You don't seemt o be setting the surveyId variable i this code block.
Posted to
Web Forms
(Forum)
by
Rodashar
on 2/18/2009
Re: change CLASS using javascript within a MASTERPAGE
Glad we could help. You should make sure to mark this as answered so that other people know your issue has been resolved.
Posted to
Client Side Web Development
(Forum)
by
Rodashar
on 2/18/2009
Re: change CLASS using javascript within a MASTERPAGE
The content of the pages may indeed render as one page but I just placed some break points in a master page page load event and another in a content page page load event and guess what happened. The content page page load event fired before the master page. this would lead one to believe that indeed these two pages load and render seperately. This would be why you can set and access properties on the master page using the Master.YourPropertyHere.
Posted to
Client Side Web Development
(Forum)
by
Rodashar
on 2/17/2009
Re: Membership problems .net v2.0
Do you require you rusers to provide a password recovery question to retrieve their password? It seems like the membership provider is expecting a security question answer and is not getting one. Check your webconfig if you don't want your users to supply a password recovery question.
Posted to
Member Management Component
(Forum)
by
Rodashar
on 2/17/2009
Re: change CLASS using javascript within a MASTERPAGE
If you set a contentplaceholder in the header of your masterpage you can set javascript script blocks on the content page. Not sure how this would effect the loading of your styles but it's worth a shot. otherwise you'll have to stick your javascript at the end of the document so it loads last.
Posted to
Client Side Web Development
(Forum)
by
Rodashar
on 2/17/2009
Re: Using a DropDownList in a DetailsView.
In order to bind data to a dropdown list nested in a DetailsView you need to access the control during the DataBound event. You would use the findcontrol method to get a instance of the dropdown list and then do your binding. Something like this. Protected Sub DetailsView1_DataBound(ByVal sender as Object, e as System.EventArgs) handles DetailsView1.DataBound Dim dropDownList as DropDownList = DetailsView1.FindControl("YourControlIDHere") dropDownList.DataSource = YourArray dropDownList
Posted to
Data Presentation Controls
(Forum)
by
Rodashar
on 2/17/2009
Re: javascript to trigger server side control?
It is possible to initiate a PostBack event from Javascript. what are you trying to poulate on the server side??
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Rodashar
on 2/17/2009
Page 1 of 13 (129 items) 1
2
3
4
5
Next >
...
Last ยป
TechNet Edge:
Microsoft Windows Server 2008 to AITP
ASP.NET:
How important is medium trust to you?
WindowsClient:
Microsoft Web Platform & You
WindowsClient:
New Book: Developing for Microsoft Surface
Channel 9:
BugCamSmash in Action!
Channel 9:
Virtual Earth Videomap Movies
TechNet Edge:
AD RMS Certificates and Licensing on the Client and the Server
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 10 of 13 [C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 10 of 13]
Channel 10:
Bing Launches 2nd Homepage Photo Contest
Channel 10:
Bing4Free Lets You Use Bing.com Images for Desktop Wallpaper
Channel 10:
Bing Updates: Streetside Views, Photosynth, and "Mapplications"
Channel 10:
Bing for Windows Mobile Updated
WindowsClient:
New WPF Showcase: Bling Tweets
WindowsClient:
Tale of two tweets - VS beta - is it busy 70% of the time or is it brilliantly fast?
TechNet Edge:
Forefront TMG URL Filtering and MRS
Mix Online:
Using the HTML5 Video and Audio Tag with Gestalt
WindowsClient:
Subclassing Shape (or more accurately, Path)
WindowsClient:
Having trouble deleting files? Try this
Channel 9:
Nick Baker: Xbox Architecture
TechNet Edge:
Thrive Live! Behavioral Interviewing: A behavioral answer is always the correct answer
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online