| Thread | Last Post | Replies |
|
| ASp.net 2.0, IIS, Session Variable(Maybe) | 11 Jul 2007 14:07 GMT | 1 |
I hav developed web application using ASP.net 2.0 there are just 2 pages only. Both are works fine in visual studio. But same when i run on IIS 5.1 ....the page without session variable works fine.
|
| calling java class from web page | 11 Jul 2007 13:30 GMT | 8 |
ASP.NET 2.0 / Visual Studio 2005 / VB.Net 2.0 I have a web interface that needs to launch a java application. What a long strange trip it has been... I am using Process.Start process start info parameters, first to launch the
|
| Why Spring.NET Application Framework? | 11 Jul 2007 13:03 GMT | 2 |
Hi, my name is Thiago. I'm Brazilian... Sorry, but my english isn't good I'm reading the http://www.springframework.net/doc-latest/reference/html/index.html... I saw the samples, but i would to build a simple CRUD app and i don't
|
| How do you set the forecolor of a disabled linkbutton? | 11 Jul 2007 12:41 GMT | 6 |
When I set the forecolor of a linkbutton to red after setting enabled to false, the linkbutton stays grey? How do I change the appearance of a disabled linkbutton? Kind Regards,
|
| Printing from ASP.NET | 11 Jul 2007 12:34 GMT | 6 |
Can I print to POS printer (printer for billing reports, bus tickets etc.) from asp.net aplication? I need to print ticket, then patrial cut and full paper cut. Can I do this from asp.net page and how?
|
| windows.open in aspx page | 11 Jul 2007 12:07 GMT | 3 |
I want to open one page without navigating user to another page. What i am having is having aspx page having calender control.this aspx page i am showing to user when user want to set date usig windows.open method of javascript.
|
| Using Location path Security in Web.config with Param=1? | 11 Jul 2007 11:39 GMT | 2 |
I am using one common aspx file for different menus in ASP.Net and I want to restrict some Menus. For example: I want to Allow menu1.aspx?param=1 to users who have MENU1 Role, and menu1.aspx?param=2 to users who have MENU2 Role, but web.config is
|
| Different connection strings for different web servers | 11 Jul 2007 10:59 GMT | 11 |
Is there a way in ASP.NET 2.0 to have different connection strings settings in a web.config files that are dynamically used based upon the server that the web application is running on? For example, you have have two test web servers (TEST1 and TEST2) and a
|
| interface type | 11 Jul 2007 10:58 GMT | 3 |
hey all, i created and implemented an interface called IAnimal. inside my code when i instantiate an animal object: dim _animal as IAnimal
|
| Would AJAX be the best solution? | 11 Jul 2007 09:57 GMT | 2 |
I have a music list that is maintained by a DJ (artist, song, genre) in a SQL Express db. I want a user to be able to drag one or more songs from the "master" list to a "playlist" and reorder them easily.
|
| GridView and coloring some rows | 11 Jul 2007 09:16 GMT | 3 |
i want in my GridView to color in some colors background of the rows,when i have certin values in the binded data. how can i do this?
|
| Alternative of server.mappath() in my class | 11 Jul 2007 09:15 GMT | 3 |
I have an website having a class to be used by my .aspx, .asmx in the same project. Also I have a common directory for XSL files. From .aspx I retrieve the files by server.mappath("~..."). Now How do I do that in my class file? Same way? or something another? The server.mapath() ...
|
| GridView and dynamic query | 11 Jul 2007 08:50 GMT | 1 |
i have a GridView which i can Page on (go to page 2,10,...) the thing is that i have a dynamic query which set the GridView from starts on page 1. the thing is that when i start to go over the pages - the dynamic query isnt
|
| File Upload Security | 11 Jul 2007 08:50 GMT | 3 |
I am tryign to do simple file uploading and no matter where I try to have the file saved to I am getting 'Access denied' to the destination... Dim newFile As New IO.FileStream(strPath, IO.FileMode.Create)
|
| From C# to VB | 11 Jul 2007 08:40 GMT | 5 |
I need to translate this code snippet to VB. void Page_Init(object sender, EventArgs e) { Page.InitComplete += new EventHandler(InitializationComplete);
|