| Thread | Last Post | Replies |
|
| FIND THE DIFFERENCE BETWEEN .ASPX AND .ASP | 07 Feb 2008 11:54 GMT | 1 |
HAI FIND THE DIFFERENCE BETWEEN .ASPX AND .ASP
|
| Sizing of a web server running web services | 07 Feb 2008 09:54 GMT | 4 |
Do you know if microsoft has any tools or guidelines to calculate the hardware requirements for a server with windows server 2003 that will have a couple of .Net webservices and a couple of aspx pages. The webservices will be called in the range of 8000 calls per minute. The
|
| Good book to understand different concepts in c# | 07 Feb 2008 08:59 GMT | 1 |
What would be a good book to understand different terms in C# & .NET in general. Like providers, design patterns, frameworks etc etc.
|
| Need GridView Help Paging | 07 Feb 2008 08:51 GMT | 1 |
I am using 2 web pages parent and popup.PopUp window is opened using window.showModalDialog().This is client requiremnt they don't wnat window.open() In PopUp page I am using GridView and DataGrid and want to do Paging.
|
| Execute SSIS package from aspx page | 07 Feb 2008 08:00 GMT | 2 |
how can I execute an SSIS (SQL Server 2005) package from an aspx page in a web application (.NET 2.0)? Thanks in advance.
|
| any way to check for htmlencode/decode? | 07 Feb 2008 02:11 GMT | 1 |
I'm updating an application and swapping out the WYSIWYG text editor that it was using. The old system sent everything to the DB as HTML encoded, and then decoded it on the way out.
|
| sending two parameters over to another page | 07 Feb 2008 00:53 GMT | 6 |
I want to send Titleid and [descriptions] over to the other page how do I do this? I know how to send one how do I add another? Response.Redirect("checkoutItem.aspx?TitleID=" & GridView1.SelectedValue)
|
| <embed> tag no longer supported! what to use instead? | 07 Feb 2008 00:16 GMT | 3 |
I am trying to embed mp3 files in a web page by using the <embed> tag. Every time I save the page I get xhtml validation(): embed tag no longer supported. When I run the page... I get nothing at all. I even tried this with a flash swf file and that never worked either. Still get ...
|
| Confused about writing Page Events in C# ASP.NET | 06 Feb 2008 23:54 GMT | 5 |
So by default the editor only throws in "protected void Page_Load" event. What is the correct way to add in other events. I had in the past copied the events from other pages where I had
|
| Page does not postback | 06 Feb 2008 23:31 GMT | 1 |
This really confuses me... I have a web application and it has 2 pages in 2 seperate folders. The first is http://localhost:4090/Test/Pages/Contract/con.aspx and second is:
|
| Converting MySQL tablse to ASP.NET tables. | 06 Feb 2008 23:29 GMT | 2 |
I have a very large filewith data gathered from a homepage where I used PHP scripting and MySQL. I would like to convert the table data to the database I have in my ASP.NET Project which is a SQL Database to. Any suggestions is aprecheated
|
| format | 06 Feb 2008 23:13 GMT | 4 |
I have this 131.988 I want 132
|
| images not showing on dev-machine | 06 Feb 2008 22:07 GMT | 8 |
I'm developping a web-app using VS2008 (Pro edition) on a Vista Ultimate machine . For some reason images aren't shown, the only thing shown is the little
|
| code behind not seeing a label | 06 Feb 2008 21:14 GMT | 3 |
I have the following code in the aspx <asp:Label ID="lblRightWrong" runat="server" /> that is inside a datagrid, itemtemplate the vb code behind
|
| Active Directory Issue - COMException 0x80072020 An operations error occurred | 06 Feb 2008 20:36 GMT | 1 |
I've developed an ASP.NET 2.0 website, at the place I work at, that needs to support both web accounts and windows accounts, (via A.D. - it's complicated so I won't bore you). Therefore I've extended the SqlMembershipProvider to include A.D. support via custom code. The
|