| Thread | Last Post | Replies |
|
| Asp.Net and Session - some Interesting Facts | 01 Oct 2007 00:00 GMT | 2 |
Yesterday I was discussion with my colleagues about session and a few interesting things popped up. So I thought I would share the same with all. <a href=http://www.vikramlakhotia.com/
|
| How to make Web project Firefox and other browsers compatible? | 30 Sep 2007 21:39 GMT | 3 |
My web site works just fine with Internet Explorer 6 and 7. But GridViews, FormViews and other parts of my site are either overlapping or not where
|
| Need example or recommendation for good book | 30 Sep 2007 14:14 GMT | 1 |
We plan to research/develop a web-application to monitor some data. The plan is to deploy approximately 50 sensors at different location. Every minute or so depend on the condition of environment; the sensors will collect the data and send them to the server which will put them
|
| Web Control and CSS Class | 30 Sep 2007 07:41 GMT | 2 |
I am creating a custom web control (Class Library - DLL) that uses CSS Classes. I want the user to be able to change those CSS classes if necessary. Should I include the CSS Classes inside my .dll library? Is that even
|
| Silverlight, blend... (Continue) | 30 Sep 2007 04:26 GMT | 2 |
ok, thanks for the help. Some of you, was right: too many words, to much marketing without identifying the final user. Smithers gave the easiest answer. Now, as i wasn't enough confused, on the Microsoft web site i found
|
| Enabling Edit template in formview by program | 29 Sep 2007 23:43 GMT | 1 |
I want to enable the edit template in a FormView from program. How can I do this? The FormView bound to a table and I don't want that it do the edit/add/delete but I control when it can do this.
|
| Retrieving a value from an embedded SWF file from ASP .net | 29 Sep 2007 23:33 GMT | 1 |
I'm developing a quiz, and making some fancy controls, sliders and the like in Flash. I now want to be able to get the value of the slider control from my ASP . NET page. All I can find on the web are exmaples of how to use an ASP .net page as the service, but i need it the other
|
| GridView.RowCommand Event fires twice | 29 Sep 2007 23:15 GMT | 1 |
I have discovered a( nd its probably not news to most of you ) that if you add a button column and use the Image Button type that this event fires twice. I know its been reported about a year ago, but I cant seem to find a solution to it in terms of a fix, or explaination as to ...
|
| FormView Buttons | 29 Sep 2007 23:13 GMT | 1 |
I created a FormView at runtime and implemented Insert, Edit and Item templates through a Class (Implements ITemplate). Since all my templates are the same, i.e., there are no differences between them I just used the same class for all.
|
| updating an update panel from another updatepanel (AJAX) | 29 Sep 2007 23:04 GMT | 3 |
I have two update Panel in my page. I want to update one of these update panels from another one. How can I do this? How can I force the whole page to be updated from a button inside an update panel? Regards
|
| ASP. NET (silverlight, blend... )! | 29 Sep 2007 22:55 GMT | 13 |
Hi young folk, and i'm learning to work with ASP.net and yesterday I was talking to a friend in regards a good book to buy for learning CSS. With surprise he told me that Microsoft has released the Flash competitor that integrates perfectly with ASP.Net, called
|
| Cookies Count | 29 Sep 2007 22:40 GMT | 2 |
This is how I am creating & then reading cookies: <script runat="server"> Sub Page_Load(ByVal obj As Object, ByVal ea As EventArgs) 'create cookies
|
| smtp.send fail | 29 Sep 2007 22:15 GMT | 4 |
I posted a problem with sending email via smtp using Dot Net 2.0 I was told to look at adding authentication to my web.config file; I added the following: authenticationMode="SSL"
|
| Visual Studio Error R6034 when using Transaction Scope with File S | 29 Sep 2007 20:41 GMT | 1 |
Very weird; I lost a day worth of work because of this problem. I have an ASP.NET application written in VB that is using MySQL database. Shortly, a page creates a Customer record in the database and if successful, creates a directory on the web server. I was using
|
| uploading a file to my server? | 29 Sep 2007 20:09 GMT | 1 |
I'm pretty sure that this is, unfortunately, the wrong group: if so, please direct me to a more appropriate group. I'm trying to figure out how I can use "normal" ASP to allow a user to upload a file onto my server. I don't have access directly to the server, although I can FTP ...
|