| Thread | Last Post | Replies |
|
| New Website or New Project? | 27 Dec 2007 16:07 GMT | 6 |
I would like to develop a new website using VS 2008. Should I choose: File > New > Website ... and type http://localhost/MyNewWebsite or File > New > Project ... and set it up that way?
|
| Session in .NET 2.0 | 27 Dec 2007 15:35 GMT | 9 |
I am new to .net. I have created a small web application using .net 2.0 in vs2005, where the user logs in and adds content on their pages. The content editing is done by integrating a wysiwyg editor (FCKEditor). The problem is that sometime if the user spends too much time editing ...
|
| Extended control issue | 27 Dec 2007 12:08 GMT | 12 |
I got a problem when I try to extend a textbox. So I overwrite the Render method. For the stuff I try to do, I would like to add a custom attribute to my customized textbox. So it renders something like this:
|
| CustomValidator Returns False, but False is Ignored | 27 Dec 2007 10:29 GMT | 3 |
Having a bit of a problem here, wondering if anyone else has run into this. I am running two custom validators on a page. The page is used to input/edit information about devices for the company I work for. Each device may or may not have a device number associated with it, ...
|
| VS2005 web not displaying properly in IE7 | 27 Dec 2007 07:15 GMT | 3 |
I have a website www.osmonttechnologies.com and the content pages are not displaying properly on IE7 The master page footer is being overlapped by the contents pages on the products page and others
|
| What used to be simple is now simply confusing | 27 Dec 2007 01:49 GMT | 11 |
Yes, a newbie here. Though I am making progress, slowly, I am also getting more and more confused. With ASP, when I wanted to do something as trivial as updating a visitor
|
| open outlook form | 26 Dec 2007 22:21 GMT | 1 |
Is there a way to open an outlook form (.oft file) from ASP.NET using C#?
|
| Adding controls to the ItemTemplate of a Repeater in a CompositeControl | 26 Dec 2007 17:06 GMT | 2 |
I am write a CompositeControl, and one of the controls being included is a Repeater. This is my first time including a templated control in a control other than a UserControl. I am not sure how to add controls to the templates or how to do the databinding when using the Repeater ...
|
| Prevent Web Custom Control Appearing in the Toolbox | 26 Dec 2007 16:52 GMT | 3 |
I want a Base Class to derive my other web controls from, but I dont want it to appear in the toolbox, I think there must be a class attribute for this, can anyone tell me the exact syntax I need to use for this. I have written it in C#
|
| Refresh/Databind a GridView on another page | 26 Dec 2007 15:09 GMT | 3 |
I have an GridView on one page that will open a popup for the selected record. I've been told that there is a way that when the popup record is updated the GridView can be refreshed or Databind. I've been looking for the answer with no luck. I'm probably just not
|
| How to find out what type of error it is: Failure sending mail. | 26 Dec 2007 14:49 GMT | 10 |
How can I find the reason for such an error: Failure sending mail. Some Code... oMailMessage.IsBodyHtml = False oMailMessage.Body = cEmailBody
|
| Control, Web Control and Composite Control | 26 Dec 2007 14:49 GMT | 6 |
I am working in a class library with various custom controls. In which cases should a control inherit Control, WebControl and CompositeControl classes? And when should a custom control implement INamingContainer?
|
| twiddle my thumbs | 26 Dec 2007 09:55 GMT | 3 |
When the user clicks a button on my page a series of rather time consuming SQL searches take place before the results are returned to the same page. How can I display something indicating that that the user needs to wait and twiddles their thumbs for a bit.
|
| Document Dom / Table Events Problems | 25 Dec 2007 18:42 GMT | 1 |
Again, I know this isnt an IE group, but this is where the experts are and I am working on an asp,net project. In this scenario im working ont the client javascript handling tables mouse events. Essentially the problem description is very simple.
|
| Allow write to the file underlying the application directory | 25 Dec 2007 15:34 GMT | 1 |
I have xml-file in the application directory that I need to change from the app(read and add new elements). http://www.alvas.net - Audio tools for C# and VB.Net developers + Christmas discount
|