all groups > asp.net webcontrols > august 2007 > threads for august 29 - 31, 2007
Filter by week: 1 2 3 4 5
Multiple languages in projects
Posted by Elmo Watson at 8/31/2007 2:45:35 PM
From what I understand, in AsP.Net apps, you can use/mix multiple language
files.
Is this also possible in Winforms?
for example, if I have a VB.Net project, and find some online C# code that I
want to use, is it possible to add the C# code into the VB.Net project?
... more >>
client retrieval from GridView cell values that are in an UpdatePa
Posted by thoward at 8/31/2007 2:00:00 PM
I am working with ASP.NET 2.0 c# and Ajax control (UpdatePanel). The
GridView Control is nested within an updatePanel Control which is populated
using the partial post-back method. I am needing to extract the GridView
Cell values from items that are selected and post them into another table ... more >>
total items in paged output
Posted by Trapulo at 8/31/2007 12:12:37 PM
Hello,
I've a gridview binded to an objectdataSource. Custom paging is enabled and
my objectdataSource is using a SelectCountMethod to retrieve the number of
total retrieved rows when it's showing only 25 rows at time (the rows that
the SelectMethd returns).
All works fine, but I need to sho... more >>
Gridview column width
Posted by peter at 8/31/2007 12:00:00 AM
I have a GridView, there are several boundfileds. How can I set these
columns' widths at design time and run time?
Thanks
Peter
... more >>
onmouseover client-side event for RectangleHotSpot
Posted by Chris Chamberlain at 8/30/2007 12:11:01 PM
Hi,
I'm currently generating client-side imagemaps using PlaceHolders and
HtmlGenericControls. This allows me to add attributes for onmouseover and
onmouseout events onto the <area> hotspots themselves, eg:
<map name="mapNav">
<area shape="RECT" coords="0,0,119,14" alt="information ab... more >>
dropdownlist
Posted by Lamis at 8/30/2007 6:26:02 AM
Hi,
i have an ASPX page with 60 dropdownlist and need to disable them form some
users. The thing is that I think it lookes not good when they turns gray. Is
there any way to make the disabled without changing the color???
--
LZ... more >>
Parser Error Message: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The system cannot find the file specified.
Posted by hifiger2004 at 8/29/2007 11:48:04 PM
Hi Guys,
I am using ASP.Net 2.0 with AJAX Extensions 1.0. One of my aspx pages is
using assembly - AJAXToolKit. But when I try to access the page an error
will display on the page.
I hope you could help me solve this problem.
Thanks
Please see error message below
Server Err... more >>
Microsoft Treeview vs System Treeview
Posted by stepkurt at 8/29/2007 12:58:02 PM
I have recently converted a .NET 2003 web app to .NET 2005.
You would think that it would be easy to get some documentation that would
show you how to convert the trees...as many of the properties and methods
from the old Microsoft web control no longer exist with the new System
treeview c... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ASP.NET Gridview - Edit (Update)
Posted by at 8/29/2007 5:45:11 AM
When I try and update using the gridview edit option, all of the
records in the entire Access database
get changed. Is this normal in gridview? Is there a way to change
this behavior? Or should I
be using a different control?
Thanks
Page Code is as follows:
<%@ Page Language="VB" %>
... more >>
|