| Thread | Last Post | Replies |
|
| Obout Tree View - Node Vertical/Horizontal Spacing ? | 21 Jan 2007 12:04 GMT | 1 |
Just a quick question in regards to the Obout Tree View. How do i go about adjusting the horizontal spacing before & after the plus/minus button for each node seperately? Also how do i adjust the vertical spacing for each node seperately?
|
| How does Microsoft expect developers/designers to make stuff work for everyone? | 21 Jan 2007 10:10 GMT | 51 |
Ever since I found out that they didn't give us a way to install both IE6 and IE7 on the same machine, I have been more frustrated and annoyed with Microsoft than I ever have been with any company (and for someone who has loved Microsoft as much as me, that takes something pretty ...
|
| asp.net 2: SqlDatasource - Is the selected data accessible in code? | 21 Jan 2007 07:26 GMT | 1 |
Under asp.net 2, if I define SqlDatasource and bind it to a grid, is selected data accessible in code? Eg. if I select s single row from the grid, can I go to the base data from the SqlDatasource and get the specific row? If yes, then point me to an example.
|
| Compilation of UserControls | 21 Jan 2007 06:24 GMT | 5 |
In several of my UserControls I add properties. If I access these properties in the CodeBehind of the pages that use the controls, I recieve an error when compiling. The reason for this is because the compiler tries to compile the pages that use the UserControls before compiling ...
|
| Excel Files | 21 Jan 2007 04:32 GMT | 4 |
Which namespace do I have to import to work with MS-Excel files? I have a Excel file named 'Procs.xls' in which there is some data in 'Sheet1'. What I would like to do is by clicking a Button in an ASPX page, I want the data existing in 'Sheet1' to automatically get copied
|
| Reflection and aspx pages | 21 Jan 2007 02:22 GMT | 2 |
Is there any way I can "load" an aspx file and examine, which controls are on the page. A little bit like reflection? Regards, Chris.
|
| Application lock state during Application start | 21 Jan 2007 01:31 GMT | 1 |
In the Application_Start event I load several static variables with data from the database that are critical to the execution of the application. My question is that during app start if a second request comes in before app start is complete does it wait for app start to complete ...
|
| SHA-1 in Forms Authentication now insecure | 21 Jan 2007 01:22 GMT | 1 |
The Forms-encryption module includes a handy (if long-winded) hash function: FormsAuthentication.HashPasswordForStoringInConfigFile It only supports MD5 and SHA1, but ages ago MD5 was torn apart, and more recently
|
| Session["somevalue"] in Global.asax | 20 Jan 2007 22:59 GMT | 3 |
Is it possible to read from a Session["somevalue"] object in one of the Global.asax events? I'm wondering, since I'm not sure if there is one instance of Global.asax running per app or one for each request.
|
| How does a web farm or garden handle the Global Assembly Cache? | 20 Jan 2007 22:38 GMT | 2 |
If a system consists of either a web farm or web garden does each of the servers in the farm/garden have its own Global Assembly Cache? Please suggest some helpful documentation on this topic if you can. Thanks,
|
| disable ViewState ? | 20 Jan 2007 22:34 GMT | 7 |
on my page I have <%@ Page Language="C#" EnableViewState="false"%> But in HTML i still see __VIEWSTATE hidden variable. <form name="form1" method="post" action="......" id="form1">
|
| schedule sql server stored procedures defined in a table?? | 20 Jan 2007 19:11 GMT | 1 |
I have a growning list of stored procedures that accept a single string as a parameter. The list and parameters are maintained in a table with two columns. Some of the Stored procedures take hours to complete.
|
| build a dynamic web form based on an XSD file | 20 Jan 2007 14:14 GMT | 2 |
i've got approximately 30 web forms i need to build to allow users to input data that will eventually be captured to an XML doc. i've also got 30 XSD files. so far, i haven't come up with a reason i couldn't read each one of those XSD files and dynamically add the input fields
|
| ViewState and ControlTree section in Trace of an ASP.NET page | 20 Jan 2007 11:44 GMT | 1 |
I guess is a simple question. I have a very simple page that has a text box and a button (server control) on a WEB page in VS 2005. When the button is clicked it needs to write (via Response.write) what
|
| Code is reexecuted when the user clicks Refresh | 20 Jan 2007 06:04 GMT | 5 |
I have a page which allows the user to send emails. After they click the submit button, I display a confirmation message. However, if the user clicks the browser's Refresh button once the confirmation message is displayed, the email is sent a second time (or a third, fourth, ...
|