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:814496
More Search Options
RSS Available
Matching Posts
Re: Do I have to enable roles for my app?
looks like you need to check web.config to enable role provider. here is a good toturial http://odetocode.com/Articles/428.aspx
Posted to
Security
(Forum)
by
sumitrawat
on 7/22/2008
Re: SiteMaps/Menus, selecting root menuitems in masterpage.
You can access the parent of currently selected item by: SiteMap . CurrentNode . ParentNode you may be able to apply same style as current node, so that ParentNode looks selected.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
sumitrawat
on 7/22/2008
Re: Reload aspx page data from ascx page
what type of data in is aspx pages. you should get rid of the else part, on the postback page do not lose its data.
Posted to
Getting Started
(Forum)
by
sumitrawat
on 7/22/2008
Re: Default.aspx+Default.aspx.vb + \App_Code\Something.vb Combine into single.aspx
Copy all the code in default.aspx to simple.aspx. have a script tag and copy all the code from Default.aspx.cs here: < script runat ="server"> protected override void OnLoad ( EventArgs e ) { base . OnLoad ( e ); } </ script > All the code is App_Code\Something.vb can go here.
Posted to
Getting Started
(Forum)
by
sumitrawat
on 7/22/2008
Re: updatepanel problem
Ajax Update Panel uses javascript to refresh the content of all the elements inside the panel. If javascript is disabled on the browser then there is no way to refresh the panel.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
sumitrawat
on 7/22/2008
Re: How to use a Masterpage for site Navigation with QueryStrings
I tried the code and ran fine with this url Admin/Agreements/Agreements.aspx?agreementid=2344 From the code that you wrote I will suggest the use of session variable rather then query string.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
sumitrawat
on 7/22/2008
Re: Script to get Id of div tag
This code will render the javascript on the response to Data_Selected event: protected void Data_Selected(object sender, SqlDataSourceStatusEventArgs e) { Page.ClientScript.RegisterStartupScript(this.GetType(), "CallDemo", "Demo();", true); } You still want to call this Demo() javascript on some client side event. Somthing like this: Button1.Attributes.Add("onclick","javascript:Demo();") ; You can have this like on Page_Load() or Page_PreInit() so that the
Posted to
Client Side Web Development
(Forum)
by
sumitrawat
on 7/21/2008
Filed under: java script
Re: WebPart not registered as safe at this site
Where is you Webpart dll. One quick and dirty way to fix this is to install the dll in GAC. If you are accessing the code from other assembly then GAC it. After Gac'ing the the assemblies you will need to reset the IIS. Also try to register the assembly in <assmblies> tag in web.config.
Posted to
Windows SharePoint Services Hosting
(Forum)
by
sumitrawat
on 7/20/2008
Re: Navigating using menu controls
you can also try to have a tree menu under navigation. On main menu select you can specify the start node to show up in tree.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
sumitrawat
on 7/20/2008
Re: calling javascript on ButtonClick
just want to add that OnClientClick is equivalent to Button1.Attributes.Add("onclick","alert('test')");
Posted to
Client Side Web Development
(Forum)
by
sumitrawat
on 7/20/2008
Page 1 of 2 (13 items) 1
2
Next >
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online