| Thread | Last Post | Replies |
|
| ASP.NET Profile values within a JavaScript Function | 11 Sep 2007 00:50 GMT | 1 |
How can I reference values from the Profile. within a JavaScript? A VB ASP.NET web page would generate the data on our servier but would need to plot them on a map using a 3rd party's WebService using JavaScript onLoad. The JacaScript needs to reference the hidden information ...
|
| Problem with Tabbing order | 10 Sep 2007 23:22 GMT | 2 |
I have no tabbing orders set on my pages and use just the default order, except when I change the order using focus() I have a page where I am hiding a section of the page (asp:panel visible=false) and doing a Focus to go to the first textbox of my contact
|
| CheckBoxList loses ListItems after postback | 10 Sep 2007 22:51 GMT | 4 |
Hi. I'm having a lot of trouble with a CheckBoxList control that has its ListItems added to it dynamically. During PostBack, its ListItems are no longer there. I don't need the ListItems to be visible after it posts back because the user is redirected anyway, but I need access to
|
| Access hidden asp.net objects | 10 Sep 2007 22:33 GMT | 7 |
How do you hide an asp.net object and still be able to access it? I had my email in a session variable, but you can't access the session variable from Javascript (I don't think - since Javascript is Client and Session is Server).
|
| Supress repeating values in gridview | 10 Sep 2007 22:27 GMT | 1 |
Customer wants a gridview displaying individuals who have taken part in courses. The gridview should be sorted by the name of the participant. If a person has taken part in several courses, the name should only be stated once. Example:
|
| vs 2005 few keys are not working | 10 Sep 2007 22:24 GMT | 3 |
I've a strange problem with vs 2005, last 2 days my .net F5, F10 and F11 s are not working. Whenver i want to run i've click the start debug button. ALT-F-S is working. Any idea.
|
| asp.net page uft-8 to ms sql | 10 Sep 2007 22:01 GMT | 3 |
I have asp.net 2.0 site and it have uft-8 encoding. When I fill form and save this to database in nvarchar(50) field (mssql 2000) I see simbols "??????" if it was some not english text. Why it happend?
|
| How do I call an Oracle procedure from a VS 2005 ObjectDataSource? | 10 Sep 2007 20:38 GMT | 1 |
I need to call an Oracle procedure from an ObjectDataSource so I can "Commit" the changes to the database. While using a TableAdapter is great for retrieveing data (select * from mytable) for example, but updating and inserting into an oracle table is difficult in a
|
| The authentication scheme 'NTML' is not supported | 10 Sep 2007 20:37 GMT | 2 |
I posted this in the WCF forum and didn't see any response. Re-posting here to a wider audience to see if anyone else has seen similar behavior... Created a simple service in WCF and hosted it on my XP box in IIS
|
| Setting menu properties - ForeColor | 10 Sep 2007 20:16 GMT | 2 |
I have a webcontrols menu on my webform (masterpage) that does not display the font color properties I set. In the IDE I set the properties and can see them in the html code but when I run the website the menu items default to forecolor=green and onHover=orange.
|
| Selecting CSS File From C# | 10 Sep 2007 19:47 GMT | 1 |
Using C# and ASP.NET 1.1, I seek to format a web page using a .css file. Sparse documentation exists (see http://www.codeproject.com/aspnet/setcssfilelink.asp and http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_t hread/thread/340475dcefdbd2a2 ), but I ...
|
| Use event | 10 Sep 2007 19:05 GMT | 3 |
I have 2 classes inside a Namespace: "Calendar" and "Event". MyNamespace | --------- Calendar |-------------Event
|
| Displaying thumbnails | 10 Sep 2007 18:47 GMT | 2 |
I have progressed in my learning experience to where I have uploaded [.jpg] files to a particular directory. I now want to display those images as thumbnails of 170px by 170px with up to four in a row with a 170px wide textbox under each image. If there are six images, then ...
|
| using repeater???? | 10 Sep 2007 18:26 GMT | 3 |
i have this part of htmlcode in my apsx page: [code] <div class="gamesRow" id="Div1"> <h1>test11111</h1>
|
| ConfigurationSection Caching | 10 Sep 2007 18:04 GMT | 1 |
I am using the ConfigurationSection, ConfigurationElement, ConfigurationElementCollection base classes for purposes of reading a customized web.config Configuration section.....and I then use the ConfigurationManager.GetSection to obtain my ConfigurationSection object. My
|