| Thread | Last Post | Replies |
|
| Help with SQL "INSERT INTO " syntax | 25 Jun 2007 11:18 GMT | 6 |
Good day, I've been trying to work with SQL and an Access database in order to handle custom user profiles. I haven't had any trouble reading from my database, but inserting new entries into it has been troublesome to
|
| Repeater Problem | 25 Jun 2007 09:59 GMT | 1 |
Hi everyone, I hope you all had a great weekend. I have a problem, and I am really not sur eon how I should address it; I have a repeater control, which is bound to a SqlDataSource, however within the repeater control are a number of ImageButtons, and basically
|
| Configure different sessionState on different subdirectory | 25 Jun 2007 09:38 GMT | 2 |
I want to configure different sessionState on different subdirectory,so I wote this code in wen.config file: <location path="SubInProc"> <system.web>
|
| hm.. how do I dynamically load multiple html fileuploaders? | 25 Jun 2007 08:14 GMT | 2 |
This is quite a hard one guys. ***Some necessary back ground Info*** I have an asp.net 1.1 application that uses a WYSIWYG to return some html created by the user in the admin section of the application. The
|
| exclude dinamic value from listbox | 25 Jun 2007 07:59 GMT | 2 |
I have a listbox which is populated from Sql query and I use it to add values to table. I would like to exclude value which just has been added from listbox. Since it is impossible to do in query which is datasource for query is there some other option.
|
| Event Logging from ASP.NET | 25 Jun 2007 03:24 GMT | 15 |
In the past, I remember all kinds of security related issues when trying to write to the event log but don't remember the specifics. Was there an issue with creating a new source? Can you write if you are using the ASP.NET account or Network Services
|
| Datasource in MultiView | 24 Jun 2007 21:22 GMT | 2 |
Not sure how to word this, so if it seems like I'm rambling, sorry.. I have a MultiView object on my form, with a Grid showing a list, with "Edit", "Select" and "Delete" links. Here's the definition: <asp:GridView ID="GridView1" runat="server" AllowPaging="True"
|
| Can't right justify datagrid fields | 24 Jun 2007 21:21 GMT | 5 |
I have a datagrid that I cannot get to right justify a money amount (which is just a label). No matter what I do - it still right justifies it. <asp:TemplateColumn Visible="true" itemStyle-Width="100px" HeaderText="Amount Per Job" HeaderStyle-Font-Bold="true"
|
| <div align=center> also affects align of dynamic dropdown item text | 24 Jun 2007 20:11 GMT | 1 |
I am using <div align=center> to center a horizontal menu on the page. Problem is the center align of the div is rippling down to the menu items and causing the text of the dynamic popup sub menu items to be centered also. How can I center my navigation menu without centering
|
| HT make screens morf to fit the current situation? | 24 Jun 2007 20:01 GMT | 3 |
I am stuck on how to make a screen whose fields are created at runtime so it can 'morf'' to meet the needs of the current situation. Using <table id="Table1" runat="server"> </table>
|
| TextBox align=right? | 24 Jun 2007 19:25 GMT | 4 |
With .NET 2.0: Is there a way to right align the text in a textbox? The task is to edit numbers in a table-column, and it looks kind of silly with the numbers left-aligned.
|
| adding a vb codefile in visual studio 2005 - context is not a member of xxx | 24 Jun 2007 18:32 GMT | 2 |
stupid question which I once think I had the answer to I'm sure. I create webform page with no codebehind. I then decide I want to create a codebehind for it. How can I do it so that it falls under the aspx page and does give met
|
| How to set a value into a HTML input box in ASP.NET? | 24 Jun 2007 17:23 GMT | 3 |
Hi Experts: I'm using ASP.NET 2.0 (C#). I need to do something a bit unusual: There is a hidden HTML input field (text box) and I need to programmatically set some value into it. How can I do it? Please be specific if possible.
|
| Membership Security 403 - how to direct to Custom page instead of Login page | 24 Jun 2007 16:42 GMT | 4 |
If my users are logged in, and try to access restricted pages I want to direct them to a custom 403 page. If they are not logged in, I would like to continue to direct them to the login page as is currently happening.
|
| avoid pdf refresh between server event. | 24 Jun 2007 13:32 GMT | 1 |
I have iframes in my page its load pdf file. when i refresh or any server event happen in the page pdf get refreshed and it show first page of pdf. i want to avoid pdf refresh. please help me out this problem.
|