| Thread | Last Post | Replies |
|
| cannot find property on master page | 04 Dec 2007 16:07 GMT | 4 |
Following the directions found here ( http://msdn2.microsoft.com/en-us/ehszf8ax(VS.80).aspx ), I have this public property on my master page: public string PropertyID { get { return propertyID; } }
|
| Free ASP.NET RichText Textbox Control? | 04 Dec 2007 15:50 GMT | 11 |
Hi. I'm trying to find a FREE (and good) RichText Textbox control for ASP.NET. It's for a nonprofit site so I literally can't spend any money to obtain one. I have tried the found and tried the following but they both had serious limitations and won't work. Anyone know of any ...
|
| user control to custom databound control | 04 Dec 2007 14:22 GMT | 2 |
hey all, i have a user control that has a user control in it. is it possible to turn this whole thing into 1 custom databound control or would i need 1 custom control per 1 user control? can you nest custom controls like you can user
|
| div woes | 04 Dec 2007 14:11 GMT | 3 |
hey all, i have 4 divs on my page and i'm trying to use css to lay them out. i'd like to have div1 and div2 side-by-side and div3 and div4 side-by-side. is there a way to do this thru css?
|
| databinding and dynamic controls | 04 Dec 2007 14:09 GMT | 2 |
hey all, can someone please show me references to or how to dynamically build a textbox and bind it to a datatable field? thanks,
|
| How to delay page redirect? | 04 Dec 2007 13:16 GMT | 2 |
In my web application, an authenticated user can edit a lot of personal information and then finally can click on Update/Save button to save the info. I did it using MultiView. When the Update or Save button is clicked,
|
| Problems calling a web service from a VB20.net app on a mobile dev | 04 Dec 2007 12:20 GMT | 1 |
My first problem is: I am having an issue when using a web service. The web service is written by another department and say its running fine but when I call it, I sometimes I get a system.net.webexception return instead of the correct return. Would anyone have any advice or ...
|
| Spell check in a web page. | 04 Dec 2007 08:01 GMT | 2 |
Can anybody suggest good spell checkers that you can put into ASP.Net 2.0 pages? TIA - Jeff.
|
| Hover over produces a balloon. | 04 Dec 2007 07:54 GMT | 1 |
When you hover over something, you can get it to display text (for things like a hyperlink). How can you do that but produce a larger window with more information. Go to download.com, put in something to search for and when you leave the mouse over the link, it produces a box.
|
| programatically clearing the outputcache | 04 Dec 2007 07:48 GMT | 1 |
Howdy, How do I forcibly clear out the cache for entire web application? I want to give my customer the option to clear the cache after any major data updates they may do.
|
| MapPath returning wrong string | 04 Dec 2007 07:13 GMT | 2 |
The following command... string DebugString = System.Web.HttpContext.Current.Server.MapPath("App_Themes"); is executed from my ThemeManager.cs class in my App_code directory
|
| Utilities File | 04 Dec 2007 02:54 GMT | 1 |
I want to add a .vb file to my project that contains some utility functions that will be re-used by different pages within the project. When I go to Add New Item, it offers me a Class file - which is
|
| calling 'GetLocalResourceObject' from a nested class | 04 Dec 2007 01:01 GMT | 1 |
I am using C# and I created an .aspx page and the corresponding .aspx.cs code behind file. In the code behind file I have the following class structure public partial class myclass : page {
|
| GridView | 03 Dec 2007 23:30 GMT | 1 |
How do I get, in a GridView Deleting event the Primary Key of the GridView row clicked? I have in my GridView the following: MyGrdiView.DataKeyNames = New String() {"TagId"}
|
| SessionID -> UserId Insert and View | 03 Dec 2007 23:05 GMT | 3 |
Using either EW or VSE2008, I want to have a GridView that will: - Insert the logged in user's UserId from either the User table or the membership table when the user inserts a record. - When the user views the GridView, only their records are shown. I don't
|