| Thread | Last Post | Replies |
|
| another problem with viewstate | 25 May 2007 20:32 GMT | 5 |
i have just read some threads about viewstate and wanted to test myself. But there must be something i don't undertstand, because when i submit the form with EnableViewState="false", i get the values back. It seems that EnableViewState="false" has no influence because 'false' or
|
| C# to VB help | 25 May 2007 19:47 GMT | 7 |
Can someone provide me with VB code for following C# code: Code 1: { IndexerSchedule.Install(20);
|
| Call asp.net from asp | 25 May 2007 19:32 GMT | 1 |
In order to call asp.net page from asp do I need to install .Net framework on the server or IIS can take care of it. I have both of my files (i.e. asp and .aspx) in the same directory but, I am getting page not found error when I am trying to access .NET page.
|
| How ca i get keywords from remotr url | 25 May 2007 19:11 GMT | 1 |
Dear friends how can i get keywords from any remote url. i want to get result in asp. i want get only meta tag keywords and disctiption.
|
| .aspx to .asp connection - can it be done? | 25 May 2007 18:09 GMT | 2 |
I'm writing VB.NET using ASP.NET 1.1. I want to inteface with a website online that has a webform on it. The webform has a "*.asp" extension. I believe this corresponds to ASP.NET 2.0. I just want to extablish a link and see if it can be done. Thats all.
|
| Generic List to Array | 25 May 2007 17:24 GMT | 2 |
I have a generic list as follows: Dim categories As Generic.List(Of Enumeration.Category) Category is an enumeration as follows: Public Enum Category
|
| import flash movie into asp.net | 25 May 2007 16:34 GMT | 3 |
hi every one! i want to play a flash movie on web application.i have developed my web application in asp.net(VS 2005,ver 2.0).any one have idea about it plz rply me.i will wait for any rply anxiously
|
| problem with multiple values of Listbox | 25 May 2007 16:13 GMT | 9 |
I want to get all the selected values of a listbox in several labels.. With this code here below, when i click on e.g. "option 2", i get '2' in label2. That's ok. But if i then click on "option 3", "option 3" is selected and "option 2" is
|
| A program is trying to access e-mail addresses you have stored in Outlook | 25 May 2007 16:02 GMT | 1 |
How do you prevent this popup when accessing items in Outlook?
|
| alternate sorting for grid view | 25 May 2007 15:28 GMT | 2 |
i have 4 small gridviews all using the same data source. I want to set the initial sort on load to be different for each. I this i should be using a view. However, i'm not sure how to start the process . i'm looking for the default view in the datasource, but cna't find it. and ...
|
| Get the current theme name at design time. | 25 May 2007 13:51 GMT | 11 |
Is there a way to get the current theme name at design time? I'm trying to write a custom control for which I need to use images from the current theme. I have asigned a theme to the page as well as in the web.config.
|
| Button Column Select. | 25 May 2007 12:41 GMT | 18 |
I have a datagrid with Button column select in form of hyperlink. On the same page, I have another datagrid that insert data and one column(Name) has Names of a user that is inserting data(using windows authentication).
|
| Dynamically added LinkButton event handling | 25 May 2007 12:15 GMT | 5 |
I have a strange issue occurring with LinkButtons that are dynamically added to each (data) row of my DataGrid on that grid's ItemDataBound event. Each LinkButton is assigned its own event handler to deal with the Command event, but for some reason I can get this to work in a C# ...
|
| Dinamically created webcontrol does not fire events | 25 May 2007 12:00 GMT | 2 |
Inside a usercontrol i create a webcontrol button. I then render it onto a string on the usercontrol to built my UI I need to get access to that control Click event. To do so i try to bind the button's Click event
|
| web hosting companies advice sought | 25 May 2007 10:14 GMT | 1 |
I'm based in the UK, and I want to upload some ASP.net 2.0 applications backed by sql server 2005. I know this might sound naive but does it matter if I subscribe to a company in the US or UK, is there some kind of lag if I work with a company that's
|