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:266939
More Search Options
RSS Available
Matching Posts
Re: Could the template store the DataContext type name in the web.config?
Ken, I dug this up. http://www.asp.net/Downloads/3.5-extensions/readme/ I thought this was available at some point and the doc says that in the Dec CTP you could do it, but I'm not sure where the setting goes, if it's still available. -Rachel
Posted to
ASP.NET Dynamic Data
(Forum)
by
RJA
on 5/20/2008
Re: How to fill a Literal control from a htm file
To get rid of the hard code, try the Server.MapPath (there is a sample from someone else in this thread)
Posted to
Web Forms
(Forum)
by
RJA
on 5/13/2008
Re: How to fill a Literal control from a htm file
Try this: http://weblogs.asp.net/guys/archive/2005/06/21/414118.aspx You can make an httpWebRequest object to request an .htm or .aspx file then grab the results returned into a stringbuilder and add to the literal control via literal1.controls.add(sb.tostring())
Posted to
Web Forms
(Forum)
by
RJA
on 5/13/2008
Re: Changing a textbox value by changing 2 other textboxes inside of a FormView
Because your textBoxes are inside the FormView, .NET creates an ID on the client side that's formatted similar to this - FormView1$txtDB. You'll need to access this unique client ID using code like the following: var myTextBox = document.getElementById ("<%= txtDB.ClientID %>") Notice how there is server side script inside the getElemetByid call. Here's a link with some more info on clientId: http://aspadvice.com/blogs/joteke/archive/2005/06/23/2341.aspx Then your JavaScript
Posted to
Client Side Web Development
(Forum)
by
RJA
on 4/8/2008
Re: Calling a Public Function from the ASPX page
The code you've shown should work - it looks good. I've created a Master Page w/a content page and a myFunction as you've described to test it out and it works great. Is the ID parameter set somewhere else or used in a data binding expression? Perhaps if you can post the rest of the functions code if possible that might point toward what the problem is.
Posted to
Migrating from Visual Studio .NET 2003 to Visual Studio 2005
(Forum)
by
RJA
on 4/8/2008
Re: Calling a Public Function from the ASPX page
Check to see where you are calling myFunction from - the content page or master page and where's it defined, in the content page or master page? If myFunction is defined in the master page you may need to use the Me.Master property to access it and call it.
Posted to
Migrating from Visual Studio .NET 2003 to Visual Studio 2005
(Forum)
by
RJA
on 4/7/2008
Re: One more radiobuttonlist question!
You'll want something similar to this: <asp:RadioButtonList ID="RadioButtonList1" runat="server" SelectedValue='<%# parseData(Eval("YourAnswerField").ToString()) %>'> <asp:ListItem Value="" Text="--Select One--"></asp:ListItem> <asp:ListItem Value="1" Text="Item 1"></asp:ListItem> <asp:ListItem Value="2" Text="Item 2"></asp:ListItem> <asp:ListItem
Posted to
Data Presentation Controls
(Forum)
by
RJA
on 4/7/2008
Re: Does ASP.net 2.0 work with AJAX toolkit?
That shouldn't be terribly difficult. --You'll need to modify the web.config. Here's some info for modifying the web.config (easy to copy and past this.) You can also start a new temp Ajax project and copy from the web.config that was created for that. --You'll need a reference to the System.Web Extensions.dll --Add a ScriptManager tag to pages that you want to use Ajax with (and you'll probably updatepanels too). If you don't want to use Ajax in a page, don't modify it
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
RJA
on 3/25/2008
Re: update panel and response.write
Can you add an imagemap control to the page rather than writing it out manually with a createImageMap function? Alternatively, if you need the function then could you return the HTML into a string and place that in a label or literalcontrol? Using one of those two techniques should help.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
RJA
on 3/24/2008
Re: Does ASP.net 2.0 work with AJAX toolkit?
There's more details here that you can use. Look for Version 1.0.10920.0 reference on the page. you'll want to download the Ajax toolkit as well as the Ajax 1.0 Extensions. The toolkit provides all the Ajax controls available for you to use (toolkit samples here ). I don't know if you are considering the Extensions & Toolkit add-ons or not, but they are the necessary libraries for Ajax 1.0 on ASP.NET 2.0.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
RJA
on 3/24/2008
Page 1 of 21 (206 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
ASP.NET AJAX 4.0 Data Binding on MSDN Magazine
WindowsClient:
Don’t miss out..
TechNet Edge:
Improving Collaboration with SharePoint - Tech Focus December 2009 Part 1
Channel 9:
Channel 9 Live at PDC09: Scott Guthrie
Channel 10:
Get Discounted Concert Tickets at the New Windows Section 7
Channel 10:
Get Bing Wallpapers on the iPhone
Channel 10:
Bing Gets a New Toolbar
ASP.NET:
More on medium trust: what permission are you missing?
Channel 9:
Channel 9 Live at PDC09: Bob Muglia
WindowsClient:
Adventures With Windows Azure Diagnostics
Mix Online:
Adventures With Windows Azure Diagnostics
Channel 9:
Channel 9 Live at PDC09: Ray Ozzie
Channel 9:
Coding4Fun: DrinkTendr
Channel 9:
TWC9: Scott Hanselman, John Galloway, Bing, parallel unit tests, more
TechNet Edge:
ISA to TMG Migration Guidance
Channel 9:
Life at Microsoft: Episode 3
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online