| Thread | Last Post | Replies |
|
| Line spacing for ListItems | 28 Jul 2007 10:55 GMT | 1 |
I have a BulletedList in my ASP.NET application, and I want the ListItems to have 1 blank line between them. However, Visual Studio will not let me nest tags in the ListItems, and the ListItem does not seem to support the style attribute either. Does anybody have any ideas? ...
|
| Programmatically changing text in a BoundColumn in a DataGrid? | 28 Jul 2007 09:37 GMT | 1 |
I have a BoundColumn that displays a numeric value. I want to override the number if it is zero and display a string instead. What's the easiest way to do that? Thanks in advance.
|
| EventViewer using | 28 Jul 2007 09:08 GMT | 1 |
i have 2 questions : 1)i tried to use this code : Public Sub Write2EventViewer(ByVal errorMessage As String) Dim strSource As String = "MyWebSite" 'name of the source
|
| How can I use " ProfileCommon" class in MyWebsiteCore.dll,Is That possible? | 28 Jul 2007 08:24 GMT | 2 |
You know ASP.NET automatically generates a class named Profile in the Temporary ASP.NET Files directory, But I want to write this class by myself,So I can use it in my class library, What should I do?
|
| closing web page that initiated a download? | 28 Jul 2007 04:54 GMT | 1 |
Two questions: 1. I have several asp.net pages that initiate a file download, via Response.WriteFile(). This works fine, except that it leaves the original page up. These pages are generally launched in new windows, so I'd prefer
|
| cookies don't work for pages with UpdatePanel | 28 Jul 2007 01:22 GMT | 2 |
Is anyone finding that cookies added to the Response.Cookies collection within pages which contain an UpdatePanel do not exist in the Request.Cookies collection when the page is posted back ? These should be complete page postbacks not partial postbacks, because the
|
| Best practices for validating business rules | 28 Jul 2007 01:10 GMT | 2 |
I'd like to know if anyone knows of any resources detailing the best practices of validating rules in the business tier and providing helpful error messages to users in the UI tier. All the information I have come across seems to revolve around using validation controls on
|
| search engines | 28 Jul 2007 00:50 GMT | 3 |
i have just uploaded my website and wanted to know one thing plz.. what's the best way to make sure my website will appear corretlly on search engines?
|
| Static Class - Thread Safe? | 27 Jul 2007 21:45 GMT | 10 |
I am developing an application using asp.net 2.0. I created all my business objects in my app_code folder. As of right now, all my classes are public. In my aspx pages, I am declaring the class like so
|
| How to make entire navigation menu item selectable | 27 Jul 2007 19:12 GMT | 1 |
I used a template for my first Web application. I made a few changes to the layer thru its css file. The problem that has been vexing me is the vertical spacing for each navigation menu item. If I do not set the verticalpadding property, the items are rendered too close to
|
| Simple Cache Question | 27 Jul 2007 19:04 GMT | 1 |
Hi. When using the Cache.Insert method to place an item in cache, how do I specify that the item should be saved on the browser and not the server? By default it is saving it on the server. Thanks
|
| Disabling buttons in ASP.net 1.1 | 27 Jul 2007 18:56 GMT | 3 |
I'm having major issues disabling a submit button after a form has been filled out. Nothing I've tried so far has helped. I've put if(!Page.IsPostBack) {
|
| ValidationSummary ForeColor Prop | 27 Jul 2007 18:45 GMT | 1 |
Hi Gang, I can't make my ValidationSummary render in red. I set the ForeColor prop to red inline and it renders black. If I set the Font-underline prop to 'True', it renders with a RED underline so I know that the inline props are not
|
| Using Web Browser COM control in C# | 27 Jul 2007 18:32 GMT | 1 |
Really apreciated if someone could help. I am trying to automate a number of clicks etc for a web site that has been developed. However, this site has a number of frames in it. The frame id = "header"contains a login I need to auto-populate. However
|
| how to convert "~/xxx" to AbsoluteUri ? | 27 Jul 2007 17:29 GMT | 4 |
I want to convert a path from ~/xxx/xxx.gif to 'http://xxxxxxx/xxx/xxx.gif' how to convert it? thanks btw:
|