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 / May 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Error Message27 May 2007 18:13 GMT4
I get this error if an item in a radiobutton list is not chosen when filling
in a form..
I added a RequiredFieldValidator, but I still get the message.
Object reference not set to an instance of an object.
Skin File27 May 2007 16:38 GMT8
Can a .skin file be created without visual studio?
Thanks,
Scott
Theme 'xxx' cannot be found in the application or global theme directories. IIS27 May 2007 15:43 GMT2
my asp.net code compiles file and renders the default.aspx page just
fine from F5 in vs.net 2005. (you know with a port)
However, If attempt to call the page from browser I get the error:
Theme 'Theme1' cannot be found in the application or global theme
GridView without database27 May 2007 15:32 GMT2
what is the best way to show data which is generated dynamically (not
from database) in a GridView?
Thanks in advance,
Etam.
Setting the CommandArgument property in the ItemDataBound event27 May 2007 13:04 GMT1
I am trying to set the CommandArgument property of a Button control from a
template in a DataList of mine using code in the ItemDataBound event.
However, it does not want to set the property (it is acting as if I did not
set it). Here is my code that sets the CommandArgument ...
Why it is null?27 May 2007 12:55 GMT9
Hi, does anyone know why o == null?!
   protected void ShowProjectsGridView_SelectedIndexChanged(object
sender, EventArgs e) {
       Object o = ProjectsGridView.SelectedRow.DataItem;
Help27 May 2007 12:27 GMT2
What can I do to fix this problem
Line 49:             ASP.NET to identify an incoming user.
Line 50:         -->
Line 51:         <authentication mode="Windows"/>
newbie web services question27 May 2007 09:45 GMT1
Hi I have created a simple web service using classes to pass data:
   [WebMethod(Description = "Test")]
   public double test(DataHere data)
   {
Image capture27 May 2007 08:43 GMT1
I posted this question in general c# forum and then I realised it is
more of ASP.Net question than C#. Here is a situation, I have a web
page where I want the users with WebCam to snap of picture of them and
store in the central server. Could you please suggest me an open
Accessing DataItems of other DataListItems from the ItemDataBound event27 May 2007 08:42 GMT1
I am trying to access the DataItem of other DataListItems in a DataList of
mine from within the ItemDataBound. The code I am currently using is:
CStr(CType(Me.datMain.Items(e.Item.ItemIndex - 1).DataItem,
DataRowView).Row("id"))
How to create a file folder using ASP.NET 2.0 ?27 May 2007 08:28 GMT10
Hi, All
 I am trying to create a file folder for any login user, and create sub
folders for the user on a web page. After the user login again, he can only
sees his own folder on the Web page. I am planning to use VB2005 or C#.
Question on the Menu control ?27 May 2007 02:53 GMT2
Hi Experts:
I'm using ASP.Net 2.0. I 'm trying to use the Menu control comes with the
ToolBox. I noticed that when the menu pops up, it goes under the other
constrols and could not be clicked or selected. Is there some settings allow
Control versus WebControl26 May 2007 22:05 GMT1
I am creating a Generic.List(Of ...) to hold a few controls.
What is the difference between Control and WebControl in Asp.Net?
Which one should I use?
Thanks,
What to use for nowrap26 May 2007 20:34 GMT2
nowrap doesn't seem to be recognized anymore.  What's the correct thing to
do these days when you don't want text to wrap?
Thanks.
"Scrollable viewport" functionality needed26 May 2007 18:54 GMT1
I'm new to asp.net, previously I've been programming in VB6.
I'm looking for the functionality of a "scrollable viewport".
Can this be done with the standard controls in asp.net?
Or are there any (free) custom controls available for this?
 
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.