| Thread | Last Post | Replies |
|
| Graeter than or less than | 21 Jun 2007 21:03 GMT | 4 |
Gretaer than and lessthan syntax doesn't work. if(int diff >= 17 AND <=14) { //
|
| MD5 Encryption | 21 Jun 2007 20:49 GMT | 6 |
I need to create an MD5 encrypted variable to be passed to another web technology. the receiving end will take care of itself. However, i can't figure out how to generate a simple hash value in asp.net VB
|
| Create Web.Config group | 21 Jun 2007 20:43 GMT | 3 |
Is it possible to create a custom Web.Config group? I am creating various classes that need some parameters to be defined by the user that uses these classes. So i was thinking about placing that information on Web.Config.
|
| ASP.NET (Visual Studio 2005, .NET 2.0): AddHandler ..., AddressOf ...: order of execution problem | 21 Jun 2007 20:24 GMT | 3 |
I was wondering if anybody had a similar problem and could help me out with a situation I ran into. I would really appreciate any advice. I've created an .aspx page for my Web Application in Visual Studio 2005. I'm using .NET version 2.0. The situation narrows down to the
|
| DateTime | 21 Jun 2007 19:53 GMT | 2 |
I have a date startdate = '6/20/2007 11:21 AM' enddate = Datetime.now I want to calculate the difference betewwn enddate-startdate and then
|
| Proper strinfg format | 21 Jun 2007 19:53 GMT | 4 |
It is giving me error that input string is not in proper format. What's wrong. protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
|
| Parser Error | 21 Jun 2007 18:57 GMT | 1 |
Hello people, I'm having an issue registering an assembly in ONE server. I've already tried to reinstall the .NET framework 2.0 but the error is still there. I enabled the logging but nothing changed. The only thing I noticed is that it mentions "Using host configuration file: ...
|
| C# Web form designer [Open source] | 21 Jun 2007 18:54 GMT | 12 |
Does anybody know of a good open source (C# technology) that can be used to design HTML pages. I know we can use Visual Studio or Winword or Frontpage but I am looking for a tool that can be customized for us and and can be
|
| Design of users and profiles (MebershipUser etc.) | 21 Jun 2007 18:45 GMT | 5 |
I'm in need of some advice. I'm in the process of designing an ASP.NET application. The site will need to accomodate three very different types of users. Each type of user will have different properties associated with it, and each will basically map to a role.
|
| C# - auto-creating variables | 21 Jun 2007 18:26 GMT | 9 |
hey all. Im building a webapp that writes data to a DB. But I dont know how many fields the user will add so I need to know how can I reference infinite variables like: var1, var2, var3, ..... var300 . The numbers
|
| skin file and gridview columns | 21 Jun 2007 17:48 GMT | 3 |
I'd like to apply a css class on all cells in all gridviews in my app. To achieve that, I have to set hte item-style cssclass property of each columns. If I add this to my skin file :
|
| Values stored in the browser | 21 Jun 2007 17:46 GMT | 1 |
Many controls store values once typed in to a text box, however sometimes I want get rid of all.some of them. How can I do that? Samuel
|
| how to retrieve control value from dynamically created controls | 21 Jun 2007 16:50 GMT | 2 |
i've got a script that creates a new tablerow + tablecell and appends that to a non dynamically created table control. a new row is added for each recordset returned from my sql statement. within each tablecell, i place a dynamically created checkbox control. i now need to fetch ...
|
| Dreaded "Must Use Updateable Query" | 21 Jun 2007 16:37 GMT | 2 |
I'm having trouble using OdbcConnection and OdbcCommand to make updates to a System database. I can open the database in Access and make changes, but executing a simple: INSERT INTO LoginInfo DEFAULT VALUES
|
| AJAX memory leak(?) | 21 Jun 2007 16:33 GMT | 8 |
I have an existing asp.net 2.0 webforms app using master/content pages, and it works fine. I added some Ajax elements, including some UpdatePanels and modal PopUp panels which contain asp.net controls like gridviews with selectable rows,
|