| Thread | Last Post | Replies |
|
| Read Comma Delimited File | 27 Jul 2005 16:23 GMT | 4 |
Hello. I have a method that receives a customer number, and it must return the customer credit which is in a file. like this. So if the parameter is 1, it must give me 450000. 1,450000
|
| Doubt regarding Java to Dot NET conversion | 27 Jul 2005 16:13 GMT | 1 |
I am Rameel. I am using a software called GZIP in some of my Java programs. But now my client want to convert the software to .NET. So is it possible for me to use the same GZIP package in .NET also?
|
| Using the browser back arrow | 27 Jul 2005 15:37 GMT | 1 |
In my application, I am setting cookies used for other pages based on the current row selected. But when the user presses the 'back' button, the pageload event does not get called and the record they are viewing does not match the cookie and can lead to data entry errors. Is ...
|
| .PDF Convertor | 27 Jul 2005 15:30 GMT | 1 |
I am trying to create a web page that will allow my office users upload a word, excel, text file and will be converted to a .pfd file. Where can I find info and components on this? Thanks
|
| absolute path to url | 27 Jul 2005 15:15 GMT | 1 |
is there a way to convert an absolute path (C:\inetpub\wwwroot\project\folder\another_folder\file.jpg) to an url? I used this code: ---
|
| asp.net 2 Menu control problem | 27 Jul 2005 14:38 GMT | 1 |
Hi. I cannot seem to find a way to make a menu to dinamically show a submenu item. This is what I am doing, I drag a menu from the toolbar, then create two items, one parent and one child, using the Items property in the Properties Windows.
|
| Question in C# and Assembly | 27 Jul 2005 14:29 GMT | 1 |
I have following questions regarding C# Assembly and Threading. Let me know the precise answer or lead me to the proper materials. 1. Is memory leakeage possible in .Net Manager Code ? 2. Is memory leakage possible in .Net Unmanaged Code ?
|
| Customizing the Datagrid or Repeater | 27 Jul 2005 14:29 GMT | 1 |
I am trying to do a page where when the user gets to the page it will look very similar to the following: <table border=1> <tr>
|
| Creation and Positioning DataGrid Columns at runtime. | 27 Jul 2005 13:59 GMT | 5 |
I need to create a DataGrid that looks something like this... <HyperLinkColumn><ButtonColumn><Data><Data><ButtonColumn> but I can only seem to produce a DataGrid as below... <HyperLinkColumn><ButtonColumn><ButtonColumn><Data><Data>
|
| SMTPServer Multiple Mail Message Performance | 27 Jul 2005 13:59 GMT | 1 |
I am creating a mass mailer web app. I was wondering if there was a big performance difference between adding all of the email addresses to the mailmessage Bcc property or simply sending a new mail message for each recipient.
|
| How to get the last page | 27 Jul 2005 13:53 GMT | 3 |
I need to get the page the user was at last so I can go back to it. I do not want to use the history. I need to refresh the last page. Dave
|
| Do I need to use GC.Collect? If yes, where? | 27 Jul 2005 13:48 GMT | 11 |
Hello, here is what I am doing. 1) user accesses web page and clicks button to build report 2) web page accesses web service whose data type is DataSet (public DataSet methodname()...)
|
| Dot net version 2 and version 1.1 | 27 Jul 2005 13:40 GMT | 2 |
Will these run side by side?
|
| Time format - changes when on Internet | 27 Jul 2005 12:36 GMT | 2 |
I have a datagrid with one column formatted for time as follows: <%# DataBinder.Eval(Container.DataItem, "ReplyDT", "{0:t}")%> It works fine on my machine, but when I put it up on the Internet, the time changes to military time; e.g. 19:36 instead of 7:36 PM. Is there a better
|
| Need to restart ASP.NET application from within the application itself | 27 Jul 2005 10:20 GMT | 2 |
Is there any solution or hack to restart the ASP.Net application if I don't have any access to IIS/Server Regards, Vyacheslav
|