| Thread | Last Post | Replies |
|
| How do I modify the built-in templates in VS2005? | 02 Sep 2007 15:01 GMT | 4 |
Is it possible to modify the templates that come with VS2005? I have searched all over the place, but can't find them anywhere. I know I can make my own, but I would like to know if I can modify the ones that are already there.
|
| Issue with double quotes in xml used in a ASP.Net page | 02 Sep 2007 14:33 GMT | 6 |
A piece of XML is stored in sql server; retrieved; different UI fields are filled with appropriate data by fetching data from xml which is stored in sql. Usually the UI fields after modification are processed; stored in xmldocument variable; eventually stored in db.
|
| Add subtotal within the footer in Gridview | 02 Sep 2007 12:34 GMT | 1 |
I need to add subtotal of some columns on the bottom (footer ?) of Gridview? is it possible? then how? Thanks
|
| client/server smart client recommendation? | 02 Sep 2007 10:00 GMT | 2 |
Hi all. I need to create an app that runs both at individual client PCs, on the client's on-site server, and on a main server depending on network connectivity, probably w/ database replication. What technologies should I use so that the software running on all three
|
| Sort by two columns in grid | 02 Sep 2007 08:55 GMT | 1 |
I have three columns in grid, name, division and terminal. What I want is that when I click on name header then I want the grid to sort by name, but when I click on division then it should sort by division, and then name. This way, all the poeple in each division will be
|
| asp.net 2 list box and get selected items | 02 Sep 2007 03:27 GMT | 1 |
i made a list box and a button inside a form that when the button pressed i have a function on the server that i s called : <asp:ListBox id="ddl_lstGames" runat=server Rows=4 SelectionMode=Multiple> </asp:ListBox><br/>
|
| Speeding up a web service over SSL | 01 Sep 2007 19:53 GMT | 8 |
I'm presently developing a WinForms app in C# (VS.NET 2005) which needs to interface with a web service running on the company's public Internet site. The webservice is very simple - it receives a string, looks it up in a SQL Server database, and returns another string based on ...
|
| Rewriting Web Site using ASP.net | 01 Sep 2007 19:49 GMT | 3 |
www.middlesexccl.com I am starting to think about re-writing the above web site using ASP.net. Can anyone give me any suggestions on how I will implement the nine different league tables using colourful graphic vertical tabs.
|
| MSMQ reading Database Writing | 01 Sep 2007 18:38 GMT | 1 |
I am using msmq for storing objects. now when i read it and tried to write it to database using T-SQL statement i surprised... when i use some fast reading using for loop or windows service i am
|
| Thumbs Up/ Down postback event | 01 Sep 2007 17:14 GMT | 4 |
I am trying to implement a "thumbs up- down" scoring system- I have an asp: repeater control to spit to my page a series of unique data eg John Yay- 2 Nay 10 Lucy Yay- 5 Nay 12
|
| check for an node with attribe using XmlDocument.SelectSingleNode | 01 Sep 2007 16:42 GMT | 1 |
i am trying to check if a node with an attribute of value XXX exist (it possible that still there isnt any node with the name GameType) what do i do wrong beacuse the next code isnt working : XmlDocument.SelectSingleNode("GamesZone/GameType/[@Ref=" & GameTypeRef & "]")
|
| asp.net 2 asp:Button firering anevent on client side and server si | 01 Sep 2007 15:32 GMT | 1 |
i have a GridView with the next button : [code] <asp:TemplateField HeaderText="Delete?"> <ItemTemplate>
|
| Draw a graph :( | 01 Sep 2007 10:37 GMT | 7 |
I need to programmatically draw a graph (his nodes and his edges) from dynamic XML file. The graph is very complex and I don't know how I could do this task. Any ideas please? Microsoft Sparkle? Thanks in advance,
|
| Where to buy, and best version for writing websites using VB.NET and ASP.NET??? | 01 Sep 2007 01:43 GMT | 3 |
Please help. I would like to make websites using VB.NET and ASP.NET. Could you recommend the best version and where I can make this purchase?
|
| Birthdays in ASP.NET | 01 Sep 2007 01:06 GMT | 1 |
I have limited experience with ASP.NET but have had an idea for a functionality I would like to add to our intranet site. I would like to put an announcement on the front page when a member of staff has a birthday by searching through the staff db (around 250) for a match of
|