| Thread | Last Post | Replies |
|
| accessing the master page's methods.. | 12 May 2008 02:19 GMT | 1 |
How can I access the Master Page's public methods from a web user control ? Inside the user control, i can see the Page.Master using the this.Page.Master. However it does not seem to be able to identify the Master page class and
|
| Problems with GridView.CssClass and Selections | 12 May 2008 00:52 GMT | 1 |
On a GridView control, I want to show alternating colors. But instead of alternating on each row, I want to alternate each group. So several items would be one color and the next several items would be another color. I'm able to accomplish this by setting the CssClass property in ...
|
| GridView with DDL and selected value | 11 May 2008 23:13 GMT | 4 |
I've a gridview with a DDL in each row and I would like allow the user to open a new page (using a server button, image button, hyperlink... this isn't a problem) with the selected value of the DDL of the row I've tried with a a hyperlink... but I don't know how to use the
|
| IIS AppDoman environment | 11 May 2008 21:04 GMT | 2 |
During an IIS page request or service call, is a new AppDomain created, or is the main AppDomain for the application pool used? If the latter, does that mean that an assembly .LoadFrom() is redundant on subsequent requests?
|
| How to make sure that field validator is on the same line as text box in gridview? | 11 May 2008 20:36 GMT | 1 |
How do I make sure that RequiredFieldValidator attached to a textbox column of a gridview is displayed on the right side of the field and not underneath? This is in edit mode of a gridview? Thanks,
|
| Cannot turn IsApproved False | 11 May 2008 19:14 GMT | 1 |
Here's my code: Dim usr As MembershipUser = Membership.GetUser(CType(CType(fvPosterInfo.FindControl("UserNameLabel"), Label).Text, String))
|
| Refreshing calling aspx page | 11 May 2008 17:53 GMT | 1 |
I have an aspx page with a GridView that has an onclick attribute added to a LinkButton. The onclick calls the following Javascript function that opens a new window to edit information: function openTask(id, coid)
|
| Get file from web site | 11 May 2008 17:42 GMT | 1 |
How can I got a file from an internet web site and safe it into my web site like what happen in a lot of web site that can get the files from youtube.com? any help will be appreciated regard's Husam
|
| Server Button in Grid View with 2 parameters | 11 May 2008 15:46 GMT | 2 |
I've a grid view with a Server Button, I know how to send a single value of the row, but How Can I manage 2 parameters (of the row)?? </asp:BoundField> <asp:TemplateField HeaderText="Scadute">
|
| compaints about the VS.net 2008 editor | 11 May 2008 12:21 GMT | 3 |
It seems like the VS.net 2008 editor is slow and buggy. Have you found this to be the case? A few times I am working and all of a sudden all my images are stretched funny. I find out that behind the seens it modified the img tag width in my
|
| What do I need to develop SilverLight in MSVC2005 | 11 May 2008 08:58 GMT | 4 |
I have MSVC 2005 and I like to learn Silverlight. What do I need and can I get them free (It is just for learning so any restriction is acceptable)? is there any newsgroup about Silverlight? Regards
|
| programming against outlook (any version) in asp.net | 11 May 2008 06:08 GMT | 2 |
Is it possible to program against Outlook (any version) in asp.net? I want to make my own personal web view of Outlook calendar and stuff like that.
|
| Site Security - Best Practises | 11 May 2008 06:03 GMT | 1 |
I have a site that uses encrypted javascript cookies to hold session data particulary user site role data. Although this data is encrypted Ive just realised that if i copy the encrypted role data from one cookie and paste it into another cookie i can make requests to the site ...
|
| How get value from stored proc | 11 May 2008 04:23 GMT | 2 |
I have a stored proc as follows: ALTER PROCEDURE dbo.GetPostingAuthorId ( @cat int,
|
| When does a Bound Control DataBind? | 11 May 2008 00:22 GMT | 6 |
I have a databound dropdownlist control. Based on some other criteria, I need to specify the selected item in my pages Load event. The problem is that, in my load event, the control does not yet have any data. I've found I can call DataBind() on that control and then it works
|