| Thread | Last Post | Replies |
|
| Access UserControl | 07 May 2008 05:57 GMT | 4 |
I created a UserControl (MyUserControl.ascx). At design time I added this control the a page (MyPage.aspx). No problem when I execute the page I see it. I'd like access to some method and properties from MyPage.aspx.cd (first
|
| set the width of dataGrid column | 07 May 2008 05:09 GMT | 6 |
Hi, i want to ask how to set the width of each of the column on the datagrid. im using vb.net because from what i know in vb.net we have DataGrid1.TableStyles(0).GridColumnStyles(2).width = 150
|
| problem with ProcessStartInfo | 06 May 2008 22:59 GMT | 2 |
I have the code below. It will open and print the pdf file (test.pdf) to the printer. ProcessStartInfo startInfo = new ProcessStartInfo(); startInfo.UseShellExecute = true;
|
| Double submit | 06 May 2008 22:24 GMT | 10 |
Where can I find a button that can only be submitted only once? Does the Ajax controlkit have such a button ?
 Signature Arne Garvander
|
| How does javascript identify controls on asp.net pages? | 06 May 2008 22:04 GMT | 4 |
I'd like a javascript routine to calculate totals of some column in a table. But the table is in a asp.net page, and when I do a 'view source', I see that the names of the controls are not what I expect. Where can I get info on using javascript with asp.net textbox fields?
|
| generate the controls in the table dynamically | 06 May 2008 20:54 GMT | 2 |
I have a dropdown with the list of items from 1 to 6 Below the dropdown there is a table(This table contains all textbox and dropdownlist) with 6 rows and 5 cloums, which is INVISIBLE by default. if I select 3 from the drop down, I should get the table with the 3 rows and
|
| How to auto-select a GridView row that is being edited? | 06 May 2008 19:54 GMT | 1 |
I'd like to the row being edited to be also selected. That is, I don't want one row to be selected while another row is being edited. If a user clicks on the 'Edit' button I'd like the Select to be executed first, followed by Edit. So, if there is a details view associated ...
|
| Setting up a browser cache policy | 06 May 2008 19:15 GMT | 2 |
How can I assign expiration dates for external js scripts? For instance, I would like to update the expiration date of a js script by one hour after the last fetch. Does this make sense? I have seen some examples suggesting changing header pragmas, etc., but
|
| path reference issue with a single masterpage and subfolders on a | 06 May 2008 18:09 GMT | 1 |
There is probably some simple answer to my question, but i'm still new to this a bit.. I have a master page.. with a menu system which is coded onto the masterpage.aspx... it uses A tags with hrefs etc.. the usual stuff..
|
| Using WSE3 For Web Service Kerberos Auth | 06 May 2008 17:18 GMT | 1 |
i'm trying to implement WSE3 to secure a web service via Kerberos. i used the example at: C:\Program Files\Microsoft WSE\v3.0\Samples\CS \QuickStart\Security\WSSecurityKerberos\Code but i get this error:
|
| Getting list of the files from a virtual directory | 06 May 2008 14:14 GMT | 5 |
I have set up a virtual directory on ISS 6.0 to store the all .jpg and .swf files which i use in my project It is alias name is "OutSrc" Is it possible to acquire a list of files which exist in that virtual
|
| How to center Login control on a page? | 06 May 2008 13:58 GMT | 6 |
Could someone please let me know how to center a Login control on a page? Can I use CSS to do that? Thanks, Dan
|
| SqlConnectionString\ODBC\VS2008 | 06 May 2008 13:32 GMT | 7 |
I have the following code, in an ASP.NET app, to setup a connection in code. string connectionString = "DSN=Interbase;UID=SYSDBA;DB=C:\\Data\\MEMDATA.GDB;";
|
| Visual Studio 2008 bug? | 06 May 2008 13:12 GMT | 1 |
In my VS 2008, the bar at the bottom that shows the tags in Design or split view, is not showing the tag names, unless I put my curser over them. Almost like they are invisable until the curser is over them.
|
| Notify a Service Process | 06 May 2008 04:04 GMT | 5 |
I have a webpage which creates reports, a report can take few seconds or several minutes to create. This webpage calls a web service which in turn does a remoting call to a windows service and the service creates the report.
|