| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | I am new at this type of task, so a quick template or even article reference
would be helpful.
I have an ObjectDataSource derived from and XSD type...
Brett
|
01-08-2008 09:35 AM
Brett | 9 | 31 |
|  | How do you hide TemplateField columns in a GridView. With no ID or Name
attribute, how do you tell it which column to hide? My TemplateField...
Brett
|
01-08-2008 09:33 AM
Brett | 6 | 36 |
|  | Hi,
Working with Ajax Futures, I'm designing a Web Part including a UpdatePanel,
and I expect to update its content without a postback. However this...
Oriane
|
01-07-2008 09:22 PM
Walter Wang [MSFT] | 3 | 31 |
|  | Our clients want the ability to write their own custom web controls
that will get dynamically loaded onto a page. Essentially, they will
provide one...
kkaminski@kcura.com
|
01-07-2008 06:13 PM
kkaminski@kcura.com | 0 | 33 |
|  | Using dotnet 2.0. Say I have a user control like the following :
public partial class Controls_MyControl : System.Web.UI.UserControl
{
public enum...
Moe Sisko
|
01-07-2008 05:39 PM
Moe Sisko | 6 | 208 |
|  | Hi,
I tried to inherit from my usercontrols and got the NullReference errors everyone else seems to be
getting who tried the same. After reading...
Louis Somers
|
01-07-2008 08:14 AM
Louis Somers | 0 | 64 |
|  | Hi,
I have a page that is using a ReportViewer control. When the page is
accessed from the uncompiled version it works witout problems but when...
sir_mircea
|
01-07-2008 06:40 AM
General Afify | 4 | 76 |
|  | Hello,
I would like to first state that I am an amature when it comes to
programming with any language, but have always found information on here...
ChrisC
|
01-06-2008 08:10 PM
ChrisC | 6 | 37 |
|  | I'm having trouble finding out how to bind a gridview containing data to
individual details on another page. Can anybody send me the code or...
Coby Herd
|
01-06-2008 06:50 AM
Angel | 5 | 72 |
|  | Hi,
Is it possible to change the access modifiers of controls defined in the
ASPX part of a partial class?
I have some usercontrols dropped onto an...
Louis Somers
|
01-04-2008 09:54 AM
Louis Somers | 0 | 37 |
|  | I have a multiline TextBox that I want to display the text used to create a
control in an apsx file. I want each of these to be on a separate line...
Nathan Sokalski
|
01-03-2008 11:42 AM
Nathan Sokalski | 2 | 193 |
|  | As I mentioned in my original post, I am able to access the control in the
Load event of the Page. The place where I want to and am not able to...
Nathan Sokalski
|
01-02-2008 11:42 PM
Nathan Sokalski | 1 | 203 |
|  | I am trying to reference the new ASP.NET AJAX 3.5 client side library by
utilizing the ScriptManager ScriptPath parameter....however when I use...
Philip
|
01-02-2008 02:52 PM
Philip | 0 | 197 |
|  | Hi there,
I have put a LinkButton on a form and double clicked it to
create the Click event place holder for it, but when I run my project and
click...
Waldy
|
01-02-2008 09:53 AM
Waldy | 1 | 181 |
|  | Hi there,
I am trying to inherit from an existing webcontrol, however I want to add a
property to the control that will be exposable in the property...
Kevin
|
01-02-2008 09:03 AM
Kevin | 0 | 195 |
|  | Hello, I have a control that inherits from GridView and i'm overriding
databinding. My control works correctly but is not respecting...
TS
|
12-21-2007 06:31 PM
Phil H | 3 | 239 |
|  | I have a FileUpload control which is inside an UpdatePanel which is inside a
TabPanel. In my code, I use the FileUpload's HasFile and...
Nathan Sokalski
|
12-21-2007 05:39 AM
PJ on Development | 3 | 199 |
|  | Dear All
On reading of the problems people are complaining about with such
controls as GridView, FormView etc I wonder whether they have
considered...
Phil H
|
12-20-2007 11:44 PM
Nathan Sokalski | 1 | 206 |
|  | I am trying to determine the row of a Button on a DataView an. I need to
set the CommandArgument when the row is first created.
I copied the...
Jim McGivney
|
12-20-2007 11:22 PM
Nathan Sokalski | 1 | 211 |
|  | I was playing around with the LINQtoSQL and found an interesting problem.
i am using the Northwind database on SQL 2005 Developer Server.
In my...
John Padilla
|
12-19-2007 08:57 AM
David R. Longnecker | 1 | 212 |
|  | Hello,
I have a GridView that is bound to a SQLDataSource. I have enable item
selection on this GridView. I have a button on this .aspx page which...
MitchW
|
12-19-2007 01:39 AM
Mohamad Elarabi | 1 | 199 |
|  | Hi guys.
i can explain for my doubt with example.see.my table have multiple type of employee details like as...
Thanigaimani.thirumalai
|
12-19-2007 01:04 AM
Mohamad Elarabi | 1 | 191 |
|  | I don't understand why this is so. why doesn't it render as an attribute of
the span tag?
thanks
TS
|
12-19-2007 01:03 AM
Steven Cheng[MSFT] | 1 | 203 |
|  | have a master page on my root project.
I would like to reuse the same master page on my child project. However when
I am setting the master page file...
Byka
|
12-19-2007 12:37 AM
Mohamad Elarabi | 1 | 212 |
|  | Hi all,
i have a webpage on which
first thing i am adding record using textboxadd and buttonadd.
------
this works fine
second thing i have...
Dhananjay
|
12-18-2007 01:03 AM
Dhananjay | 0 | 182 |
|  | I am trying to put a standard calendar control (ASP.NET 2) into a page
that will be viewed in IE Mobile 6 (Palm Treo 750).
I've put the control on...
spence_duncan@hotmail.com
|
12-17-2007 10:22 AM
spence_duncan@hotmail.com | 1 | 193 |
|  | I have a fileupload component and a submit button inside an updatepanel.
(C#, asp2). In the debugger in page load, I see that the hasfile...
Jeremy
|
12-17-2007 08:35 AM
PJ on Development | 3 | 232 |
|  | I found Walter's response on another site. Had to edit response to fit
character limitation so see link for entire...
ljlevend2
|
12-16-2007 02:07 PM
seb | 4 | 223 |
|  | ewMichael Lalonde fought his enemy: a wild dog on an ironing board and went
around killing rats with a jackhammer because his leg hurt and a...
Mike Lalonde
|
12-16-2007 02:23 AM
Mike Lalonde | 0 | 203 |
|  | How to make Textbox and Button like
at 1 time
Textbox Button
at 2 time
Textbox Button
Textbox Button
Vasant
|
12-15-2007 02:42 PM
John Padilla | 2 | 208 |
|  | Hi all -
I'm using version 2.0 of the framework. Using a Multiview control to
produce a tabbed display. I'm putting two Panels in each View,...
paul.gibson@abbott.com
|
12-15-2007 02:34 PM
John Padilla | 1 | 194 |
|  | Hi,
Is any way to palce a control(button/label) at a location on a panel
in a webPage in runtime??
I am trying to place a control at mouse click...
chandan
|
12-15-2007 02:31 PM
John Padilla | 1 | 177 |
|  | I have a DetailsView with a number of TemplateFields, (plus other
types of fields). One has a button and a click event handler. Another
has...
paul.haines@wcbs.co.uk
|
12-15-2007 02:15 PM
John Padilla | 1 | 190 |
|  | I am having DropDownList inside GridView. When the DropDownList SelectedIndex changed a event should fire and how can I able to get the row number...
Babu
|
12-15-2007 02:01 PM
John Padilla | 1 | 248 |
|  | hi all
i have a problem on populating a message on asp:label server control.I
am able to insert records into the table.but it is not populating...
Dhananjay
|
12-15-2007 01:47 PM
John Padilla | 1 | 637 |
|  | Can some one help me with loading a treeview in asp.net 2.0
I have a table with records and each record has a column that has a
value which points...
Erick
|
12-15-2007 01:32 PM
John Padilla | 1 | 188 |
|  | OK, so I now have a gridview on my page. Because my data isn't stored in
such a way that I can bind the grid directly to the database, I am...
JamesB
|
12-15-2007 01:15 PM
John Padilla | 2 | 207 |
|  | I am new to web stuff, having previously done forms based apps... anyway, my
web app currently has a listbox on a page that is populated from a...
JamesB
|
12-14-2007 08:45 PM
Jeremy | 8 | 258 |
|  | I have a GridView with a ButtonField. In the RowCommand I need to use the
value of one of the fields used in that row. I am having trouble doing...
Nathan Sokalski
|
12-14-2007 11:27 AM
Nathan Sokalski | 2 | 302 |
|  | Hi,
I'm new to binding a <asp:FormView> control to an <asp:ObjectDataSource> control.
Binding appears to work fine. But I can't find any...
Axel Dahmen
|
12-12-2007 09:28 PM
Axel Dahmen | 2 | 294 |
|  | I am using Visual Web Developer and using the FileUpload Control to upload
files to the web server just fine.
But, why do I not see a FileDownload...
ComputerWeenie
|
12-10-2007 08:01 AM
ComputerWeenie | 2 | 260 |
|  | CASE NUMBER: SRX071207601166
To preface, all data access is done through ObjectDatasounces that are bound
to StronglyTyped Datasets (VS.NET...
Tyler Lynch
|
12-08-2007 01:38 PM
Phil H | 1 | 531 |
|  | I can't seem to figure out how to place a calendar control anywhere but
on the left edge of an asp page. If I try to place it to the right of
any...
willy
|
12-08-2007 01:08 PM
Phil H | 1 | 194 |
|  | I downloaded and installed VWD 2008 Express, but can not find ReportViewer
webcontrol for VWD 2008. I used to use ReportViewer 2005 in VWD 2005. It...
zous
|
12-07-2007 03:32 PM
cmcdavid | 1 | 165 |
|  | I am attempting to get the data that was bound to an item in a Repeater
control for use in the ItemDataBound event. Here is the code I am using...
Nathan Sokalski
|
12-06-2007 02:45 PM
Milosz Skalecki [MCAD] | 2 | 190 |
|  | Hello:
I am building a DropDownList-type control. I opted for inheriting just
the WebControl class instead of DropDownList class because the...
thoughtcrimes
|
12-05-2007 12:49 PM
thoughtcrimes | 1 | 201 |
|  | Dear all i want to make grid visible true and false in client side so
i am writting following code for it.
<script language="javascript"...
santosh
|
12-05-2007 05:12 AM
santosh | 0 | 172 |
|  | Hi,
I'm new to binding a <asp:Form> to an <asp:ObjectDataSource> control.
Binding appears to work fine. But I can't find any information on how to...
Axel Dahmen
|
12-05-2007 04:02 AM
Axel Dahmen | 1 | 181 |
|  | see title. VS 2005 ASP.net 2.0
i have seveal text objects with borders set.
when the report comes up in the browser there are no borders around any...
Phil Barber
|
12-04-2007 01:59 PM
Phil Barber | 0 | 181 |
|  | Hi to all...
I'm developing my first app using asp.net 2.0, and i've a little
trouble.
This question probably was asked a million of time, but i...
Masterx81
|
12-04-2007 09:55 AM
Masterx81 | 0 | 192 |