| Thread | Last Post | Replies |
|
| object container | 26 Oct 2007 15:44 GMT | 2 |
hey all, what should i use if i need to hold the following at any given time: Label TextBox
|
| datalist and AJAX update panel | 26 Oct 2007 15:34 GMT | 4 |
hey all, i have a datalist which contains linkbuttons. i'd like to add the LinkButton_click event to the update panel triggers. I'm assuming i have to do this in the code-behind and here's what i have so far and my best guess
|
| scrolling my div element | 26 Oct 2007 15:27 GMT | 4 |
hey all, i have a datalist inside my div element which is set to clip overflow content. i have a left and right button that handles scrolling the div left or right by just hovering over the buttons.
|
| linkbutton1 property help | 26 Oct 2007 15:26 GMT | 2 |
hey all, Is the LinkButton1.CommandArgument for something like a primary key value of a database record? thanks,
|
| cursor coordinates relavtive to div | 26 Oct 2007 15:26 GMT | 2 |
hey all, i'm using a mouseover event for my div and i was wondering how to get the coordinates of the cursor relative to my DIV. For instance the top left corner of my div, no matter where on the screen it is, is 0,0?
|
| ASP.NET Adding a User to Active Directory | 26 Oct 2007 15:02 GMT | 3 |
I have an asp.net app, which is supposed to add a user to the AD Users group. I am using the ASP Memberhsip provider for this and have configured it in the web.config file. All works Well, I can login, list users, etc etc.
|
| Why DataSet not out of scope? | 26 Oct 2007 13:03 GMT | 1 |
Say you create a DataSet in a function in your Data Access layer, then pass it back to your business layer, why is it not out-of-scope in your business layer? If you look at the below article, it states
|
| VWD2005: SQLCommand can't be added to page, why? | 26 Oct 2007 12:47 GMT | 1 |
in Visual Studio 2005/Visual Web Developer, if I add SQLCommand, SQLCommandBuilder,SQLConnection, SQLDataAdapter to the toolbox, they don't show up until I check "show all items"; then they appear disabled, and can't be added to the page. Still, I see that I can create those ...
|
| UpdateProgress Does Not Display | 26 Oct 2007 12:36 GMT | 2 |
I have 3 UpdatePanels and 1 UpdateProgress control. If I set the UpdateProgress Control to one of the UpdatePanels, nothing displays on postback. If I don't set the associated control for the UpdateProgress controls, still nothing displays. Does anyone have any idea what I'm ...
|
| Displaying html | 26 Oct 2007 12:14 GMT | 2 |
I have a webpage that I want to have a list of dates and on the right I want to show the blog info associated with that date. That blog could have some html info in it, what would be the best control to use to display that html info?
|
| printing gridview | 26 Oct 2007 10:15 GMT | 1 |
I am trying to print a gridview. I have a print button on my aspx page. Below is the javascript code function CallPrint( strid ) {
|
| GridView not displaying on page after postback | 26 Oct 2007 10:09 GMT | 3 |
I am trying to build a simple web page that displays records returned from an MS Access db when the user enters search criteria in a text box on the same page. My page comprises of a label, textbox and a button, together with an unbound GridView
|
| Input File | 26 Oct 2007 10:03 GMT | 4 |
Hi and TIA! I have an Input file control on form that I want to pass a file path to. The page opens and I will pass the file path and name using the query string which I can obviously retrieve and place into a text box control and it shows fine, however I can't seem to find a ...
|
| File Manager | 26 Oct 2007 09:58 GMT | 1 |
Does anyone knows any good ASP.NET file manager and if possible with AJAX? Thanks, Miguel
|
| Creating a Physical Directory Using DirectoryServices | 26 Oct 2007 09:55 GMT | 3 |
I am wondering is it possible to create a physical Directory such as "C:\Test" using the DirectoryServices namespace. If so, does anyone have any resources on how to do it? I should also mention, I am required to create the physical directory on any machine
|