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 / February 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
can't add event handler :(28 Feb 2006 12:29 GMT2
I've got a datagrid with template column that contains a dropdownlist.
To add a event handler to each dropdown's in the grid I do that:
For Each dgi As DataGridItem In GridView2.Items
 AddHandler CType(dgi.FindControl("GroupQueries"),
asp.net 2.0 web modal dialog28 Feb 2006 12:28 GMT1
In asp.net 1.1 you had to put a <base target="_self">  in the <Head> part of
the page so that the modal dialog would not open a new window when clicking a
button control etc.
But how do you do the same for a page in asp.net which has a master page?
ObjectDatasource - Does it support multiple data tables?28 Feb 2006 11:31 GMT1
I'm working with the ObjectDatasource and the application is getting more
and more chatty. Is there a way I could make the ObjectDatasource support
multiple DataTables that could be retrieved as one Dataset? I'm wondering
how others out there work with ObjectDatasource?
Tilde (~) not working in .NET 2 for HyperLink ImageURL28 Feb 2006 11:03 GMT1
I have just migrated my .NET 1.1 site to .NET 2.0. Most things are now
working except that a lot of my images aren't displaying if they
referenced the image path using ~.
eg:
Iteraiting through repeater28 Feb 2006 10:32 GMT4
I have a repeater that returns x rows from a main table.
I need to display some info stored on a secondary table that is linked to
the main using a one-to-many relationship.
Instead of using a nested repeater, I would like to manually do some checks
Change orientation datagrid28 Feb 2006 10:06 GMT1
I need to create a report in a datagrid that displays some data in vertical
orientation, for example
STATE    CITY
Florida    Miami
How to change data displayed in one GridView depending on selection made in the second one? (ASP.NET 2.0)28 Feb 2006 09:40 GMT7
I have two tables in my database: TableA and TableB. Records in TableB
contain foreing key to records from TableA (it is a relation one to
many: one row from TableA could have many rows from TableB connected to
it).
MouseOver  Event....28 Feb 2006 09:23 GMT2
    Can anyone tell me how to populate a window which contains some text
fields while Mouseover a image or imagebutton in asp.net? Is there any
client side Scripts available for this?? Kindly help me...
Regards,
Gridview code will not work... please help28 Feb 2006 08:48 GMT6
Can anyone take a look at the code below and suggest why it may not be
working
---------------------------------
Dim test As ImageButton
1 dropdown among many won't hold it's state... why?28 Feb 2006 08:34 GMT4
I've got a really big page with a few different panels and controls on
each panel.  On panel 1 are many dropdownlists.  The one list will not
hold state but the others do.  I've checked everything I can think of.
I'm not rebinding data to the ddlist or changing the selectedindex at
Javascript controls28 Feb 2006 07:23 GMT4
I got the following JS function:
<script language="javascript" type="text/javascript">
   function addUser()
   {
accessing showModalDialog args in ASP.NET 28 Feb 2006 05:30 GMT4
Hi there... if I call window.showModalDialog(url,args,options) in javascript
on my page, and the target url is another asp.net page, when that page
loads, how can I access the data sent in the args parameter in the target
aspx page?
Database String28 Feb 2006 04:58 GMT1
How do I use the database string stored in the web.config file?
It is under here,
<connectionStrings>
 <add name="ConnectionString"................
Master Pages: Sharing Across Web Servers28 Feb 2006 03:29 GMT2
What is the recommendation for sharing master pages across IIS Servers?  In
our corporation, we have many webservers in different environments (intranet,
extranet, etc).  I've done some searching, and it appears as though the
solutions are focused only around one IIS instance, by ...
Database String28 Feb 2006 03:20 GMT1
How do I use the database string stored in the web.config file?
It is under here,
<connectionStrings>
 <add name="ConnectionString"................
 
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.