| Thread | Last Post | Replies |
|
| Data Access Block - Pattern & Practice | 20 Mar 2006 18:01 GMT | 3 |
I am trying to use Data Access Application block provided by Microfost in Enterprise Library June 2005. The application I am devleoping is in ASP.NET. When I run my application and load up the aspx page first time, the application works fine. Howeve, When I try to run it second ...
|
| Datagrid layouts | 20 Mar 2006 17:51 GMT | 6 |
I have a datagrid and i have set autogenerate columns to false, i then have two bound columsn that display whatever it should. However there is one column that has the same result in it that i dont want to display in a column i want to display just the once. Basically it is a ...
|
| Datagrid 'select' button oddities | 20 Mar 2006 17:45 GMT | 3 |
I really need help with the following scenario, I'm going to describe as well as a I can what the setup is and what I can't understand I'm using the framework 1.1 using ASP.net with C#
|
| passing values to other page | 20 Mar 2006 17:42 GMT | 2 |
I'm new to .net just started with 2005 and asp.net 2.0, I'm passing control values to other page to retrieve the data from data set based on the passing values. It works fine. But when i click any field for sorting it looses the values of previous form i guess so.
|
| GridView newbie | 20 Mar 2006 17:37 GMT | 2 |
Hello, I have a Gridview bound to a data source that has a query like this: select Title, ID from TitleList I just want to display one column. It should have a link in it that goes something like this (if I were to create this link in c# code)
|
| Tricky Problem. Possible to modify response object? | 20 Mar 2006 17:33 GMT | 1 |
Don't ask me why, but I have a situation where a "<base href="..." value has been set for all my pages, but under certain situations I don't want it to have an effect. Therefore, I was hoping that I could use a HTTPModule or the Global.asax to remove or modify the base href
|
| How to access a control in master page? | 20 Mar 2006 17:14 GMT | 2 |
The pages on my web site use a master page. In my master page I have an Asp:Image. The Asp:Image has the same properties and position in all pages which is defined in my master page.
|
| Move a <Div> through vb code | 20 Mar 2006 16:54 GMT | 5 |
I have several <Div>'s that I have assigned an ID for. When the page loads It set the Absolute Position through a Style sheet. Can I then reference the <Div> through VB to move it to another Absolute. if so can you show me the VB syntax.
|
| CreateObject from MS project 2003 | 20 Mar 2006 16:45 GMT | 1 |
How to create an object in VB inherits from Microsoft Project 2003. I did it for Excel and it worked Dim obj as Excel.Workbook. Thx,
|
| DataGrid paging on usercontrol | 20 Mar 2006 16:40 GMT | 1 |
I have a datagrid on a usercontrol and im using paging the problem is when i click on the second page and select a row it gives me the value of the first page in that specific row. Ive set the currentpage but it still isn't working. Any help will be greatly appreciated
|
| which version installed? | 20 Mar 2006 16:08 GMT | 5 |
how can I check that which version of dotnet installed on the web server?
|
| Good ASP.NET Drop Down Calendar | 20 Mar 2006 16:07 GMT | 1 |
I'm looking for a good cheap drop down calendar control for web apps. I've seen some quick and dirty do it yourself examples that make use of absolute positioning, or ones that have problems displaying next to a list box (because the listbox is displayed in its own window and has ...
|
| users and roles | 20 Mar 2006 15:59 GMT | 2 |
I haven a question concerning roles and membership in asp.net 2.0. I work for an online university, and we would like to implement role based security for our portal. Currently our university has 11 courses, which fall in 5 semesters, and each course is then subdivived into approx 5 ...
|
| Aps.NET Calendar control Background | 20 Mar 2006 15:54 GMT | 2 |
Hi! All Can anyway we provide a backgroud image to ASP.NEt Calendar control?? Thanks in advance. Regards,
|
| insert row using Gridview and SqlDataSource? | 20 Mar 2006 15:49 GMT | 2 |
I have an Insert command specified on my SqlDataSource but there's no AutoGenerateInsertButton property on the GridviewControl? Is there an easy way to use these controls to do an insert? Thanks.
|