Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / July 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Line spacing for ListItems28 Jul 2007 10:55 GMT1
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 GMT1
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 using28 Jul 2007 09:08 GMT1
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 GMT2
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 GMT1
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 UpdatePanel28 Jul 2007 01:22 GMT2
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 rules28 Jul 2007 01:10 GMT2
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 engines28 Jul 2007 00:50 GMT3
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 GMT10
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 selectable27 Jul 2007 19:12 GMT1
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 Question27 Jul 2007 19:04 GMT1
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.127 Jul 2007 18:56 GMT3
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 Prop27 Jul 2007 18:45 GMT1
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 GMT1
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 GMT4
I want to convert a path from ~/xxx/xxx.gif to 'http://xxxxxxx/xxx/xxx.gif'
how to convert it?
thanks
btw:
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.