| Thread | Last Post | Replies |
|
| a serious problem in adding value to a child form!!!! | 31 Dec 2004 21:15 GMT | 2 |
Iam facing a problem in adding a value to a list box which is located in parent window thru a child window. I made the listbox as HTML control and the following is the code i have written in the child window to add a value in it.
|
| Setting a Default Width and Height in WebCustomControl? | 31 Dec 2004 21:12 GMT | 1 |
How do I set default values to the "default" properties, like Width, height, Visible, Backcolor... in a WebCustomControl that I'm developing? Best Regards/ Lars
|
| a question regarding .NET postbacks and javascript | 31 Dec 2004 20:09 GMT | 2 |
Here's my situation: I have an asp.net webform and it has a linkbutton on it. The linkbutton causes a postback. So the user selects some values and then clicks the linkbutton. Now, based on the values the user selected, a
|
| The remote server returned an error: (401) | 31 Dec 2004 18:47 GMT | 3 |
This is driving me crazy. I have a solution that works great on one site, but doesn't on another site. Same exact code on two different windows environments. Here is the code: Private Sub DoStuff()
|
| Add icon to my ServerControl? | 31 Dec 2004 17:11 GMT | 1 |
How do I add an Icon to be compiled with my WebCustomControl I just built. I want to have my own Icon when adding it to the toolbox. Going into the properties in the project itself and then the Build header... the icon seltor field is disabled.. why?
|
| Forms auth and session question... | 31 Dec 2004 17:06 GMT | 6 |
If a session times out, but the forms auth is still logged in it's possible for users to go to pages on the site that need those session variables. I was under the impression that using forms auth would make it so I would not need to check if session vars were still around.
|
| Looping over a DataGrid after postback; questions | 31 Dec 2004 16:40 GMT | 2 |
This may be a no-brainer, but I'm sure I follow what's happening here... I have a DataGrid with one DropDownList per row. If I select a few DropDown items and postback my page, I can't loop through the DataGridItems unless I rebind my DataGrid. By "can't loop," I mean it's a ...
|
| Converting RGB to Hex? | 31 Dec 2004 16:32 GMT | 2 |
I'm creating a servercontrol where you can set a Color property in the design view. This is going into a STYLE attribut in the rendered HTML code and I need to convert it to a HEX value... how do I do this? The only thing I can find is the Color.ToArgb and that is not working for
|
| How to iterate through rows of a query? | 31 Dec 2004 15:40 GMT | 2 |
If I have this sequence: Dim dbConnection As System.Data.IDbConnection = New System.Data.SqlClient.SqlConnection(ConfigurationSettings.AppSettings("DB")) Dim dbCommand As System.Data.IDbCommand = New
|
| How to call parameterized stored procedure to return result set? | 31 Dec 2004 15:40 GMT | 2 |
If I have a stored procedure in my database, that has two parameters (say @a nvarchar(50) and @b int), and returns the result of a SELECT statement (returns a result set), how can I set up the parameters, how can I call it, and how can I iterate through the rows of the returned ...
|
| DataFormatString | 31 Dec 2004 15:24 GMT | 1 |
<asp:BoundColumn DataField="LongDescription" DataFormatString=... Is it possible to use DataFormatString to truncate the Description display in Datagrid? Or any suggestion?? It is a problem when the Description too long and affect the UI of the page.
|
| Why uses dabase connection always ASPNET user? | 31 Dec 2004 13:44 GMT | 2 |
My connection string is "server='(local)'; trusted_connection=true; database=Lexiko; user id=lexiko; pwd=lexiko" but at the line "dataAdapter.Fill(dataSet)" I get the error: Login failed
|
| Submitting IFrame in asp.net | 31 Dec 2004 12:34 GMT | 1 |
I have this situation where I need to do some server side execution without posting the page. I used to do this in asp using IFrame, but it's not working in asp.net. I had a form and iframe element in the web page as follow:
|
| article on how to print an asp.net datagrid | 31 Dec 2004 12:28 GMT | 1 |
Can someone point me to an article that shows how to print an asp.net datagrid in c# Thanks, niv
|
| easy one I think! Property not recognised in HTML view | 31 Dec 2004 11:25 GMT | 2 |
Hi there. I am a little confused. SelectedValue is a property of ListBox and dropdownlist. However it isnt in the list of properties in intellisence (html view i am not talking about code behind where it does list it). So when I create my asp:ListBox and try to set ...
|