|
tech
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
General .NET discussionmicrosoft.public.dotnet.general
Serialport question
Eric -
18 Feb 2006 8:46 PM - 4 messages
Hi, In my application for PDA I use the serialport class to send data to a navigation computer of VDO Dayton. Everything works fine as long as it is connected to the nav-computer. When the nav-computer is not connected to the PDA, the program hangs. ...
cannot read file
martins -
18 Feb 2006 6:25 PM - 2 messages
Hi, I cannot make this VB6 code to work in VB.NET. Dim buffer As String Dim tmp_i As Long Open FileName For Binary Access Read As #1 buffer = Input(FileLen(FileName), #1) ...
scripts
Lynn -
18 Feb 2006 3:52 PM - 3 messages
Hi, Is there any disadvantages of using vbscript codes in my vb.net application ? thanks ...
including other programs
Lynn -
18 Feb 2006 2:27 AM - 8 messages
Hi, I my vb.net application is calling another application (abc.exe) to run. How can i package this abc.exe file into my vb.net application ? thanks ...
WinForms access DB on a Secure server
Dan -
18 Feb 2006 2:16 AM - 2 messages
Hi! I have a WinForm that connect on a Access DB on a Secure Windows 2003 server. if I connected myself on that server in the Start/Run "\\Tserver" the log-on box appear and I can enter Login/Password for the network ...
Visual Studio IDE Crashing Very Frequently
slimicus -
17 Feb 2006 11:25 PM - 9 messages
The IDE crashes about every 10-20 minutes for me.. its been doing this ever since I started this project (The project was a 2003 project but I recreated it in 2005) When it crashes, its usually after I close the app I'm testing.. lets ...
Custom Solution Explorer Icon for Component
Jon Okie -
17 Feb 2006 9:36 PM - 2 messages
I have a class inherited from component with a specialized designer. I would like to know how I can customize the icon that appears next to my class name in the solution explorer. Right now, the only icon that will appear is the ...
"Invalid Xml" with XmlTransform
GS -
17 Feb 2006 9:36 PM - 6 messages
Hi! I am getting an "Invalid Xml" exception when I try to load an xsl file using XslTransform.Load(string url). The Xsl file is valid and works fine if I just rename the file. There are some postings with this problem, but none of them have a ...
Visual Studio.net 2005 Add-in problem
goHawkeyes -
17 Feb 2006 8:59 PM - 3 messages
I have created a visual studio.net 2005 add-in following the instructions from: [link] The visual studio add-in worked fine in vs 2003 and does install in ...
VS .NET 2005 Global Resources
spencermiles -
17 Feb 2006 8:24 PM - 2 messages
Hello, I'm working on a large solution, comprised on numerous Projects, and I would like to have one central projects that contains a set of global RESX Resources. It doesn't make sense to have various resources (strings, images, etc...) scattered through the application; having ...
Nested Objects with rdlc report
Susan H -
17 Feb 2006 7:14 PM - 7 messages
I have Visual Studio 2005, trying to properly bind to a nested object tree. I can bind to the top level object just fine, but can't seem to "hook" my nested object in. I have a ShoppingCart object, which has 1+ Shipment objects, which each have ...
VS .net 2005 Crystal Reports can run on Crystal Reports XI?
Jay -
17 Feb 2006 5:08 PM - 6 messages
I am getting mixed messages from the asp.net website hosting providers - some say they do not support Crystal Reports due to a $25,000 per cpu licensing fee, others say all I need to do is install Crystal Reports XI (about $500) ...
.NET WebBrowser Control
Spencer -
17 Feb 2006 4:19 PM - 3 messages
I am using the WebBrowser control in .NET 2.0 but it is throwing an error when trying to run a html page that has some JScript and an applet within it. The page runs fine via a standard IE 6.0 browser. But as soon as I try to ...
API to fill up webforms?
Peter Widmer -
17 Feb 2006 2:24 PM - 2 messages
Hi all, we have a customer who has a person that fills up data in a webform the whole day long... Unfortunatly the provider of this webpage has no possibility to give us direct-access (or webservices) to the data. ...
Custom Object and Profile Object
a -
17 Feb 2006 1:46 PM - 3 messages
I need to create an instance of a custom object 'School.Teacher' and use it in a Profile object. I'm developing a bad case of "Pretzel Logic" thinking about this. Filling the custom object 'School.Teacher' as an ArrayList creates the ...
Question about reflection
Andre Nogueira -
17 Feb 2006 12:44 PM - 6 messages
Hi guys I am developing a plugin-enabled application, and for that I am using reflection. I created an abstract ("MustInherit") class, from which all plugins must inherit. My question is... How do I make sure the .dll the users select are actually ...
ASP to ASP.NET migration help
SIMON GARE -
17 Feb 2006 10:39 AM - 2 messages
Hi, I have developed a booking and despatch application in ASP VBScript and need to migrate it to ASP.NET. As a newcomer to .NET I need to know how easy it is going to be? although i dont really have a choice it needs to be done. I seem to have all the tools, ...
Getting more info from WebException when Status is Unknown Error
Greg -
17 Feb 2006 10:17 AM - 2 messages
My app makes a call to a remote server (about which I know relatively little) using Webclient.DownloadData. This is done once every 51/2 mins and is called by code within a worker thread. 95% of the time this ...
VS 2005 & Express to SQL "005
kt -
17 Feb 2006 6:37 AM - 2 messages
I am not sure if this is the proper place to put this query but we have had no success elsewhere. Creating a website using VS 2005 and using the "ASP .Net Configutration" tool updates the database ASPNETDB.MDF. If we move the security and data ...
Generating or simulating key events sent to control on form
Bill J -
17 Feb 2006 5:25 AM - 5 messages
Hi Everyone, Is there a way of generating a keyboard character event and sending it to a control on a form? For example, if I have a menu item called "Delete", I would like to send a DEL character event to the currently active control on ...
Business Objects
pothik -
17 Feb 2006 3:47 AM - 5 messages
I have the following sample class where the property value will come from the database and in the database the value can be null. I believe this is a common problem if one wants to design bisuness objects. I have read about the ...
populate data in datagrid depend on dropdown selection
riyaz -
17 Feb 2006 2:26 AM - 4 messages
dear mvps i am a beginner for asp.net ,i want to produce the data in the datagrid based upon the selection from the dropdown list. plz give me some code for me to develop this regards niyaz ...
Reading a Resource Stream
Jeronimo Bertran -
17 Feb 2006 1:21 AM - 8 messages
Hello , I am trying to read a resource in my .net app using a stream. I found the GetMainfestResourceStream but I am having trouble using it with the resources I edit with the resource editor. I added an icon named ...
Create LinkLabels At Runtime and Configuring the LabelBox
Terrance -
17 Feb 2006 1:04 AM - 2 messages
I have a problem I was hoping someone can help me with. My first problem is moving a link label that is created at runtime to the of an arraylist on the next line in the listbox. Currently, the Close link is showing up on the ...
Scrolling trough data in Data Grid View
Merdex -
16 Feb 2006 6:01 PM - 2 messages
Hi, I would like to to get data stored in cells of DataGridView (i want to print all data in dataGridview). So, can somebody post me a snipet where that is explained thanx ...
Vertical Alignment of RadioButtonList
WB -
16 Feb 2006 5:52 PM - 4 messages
Hi, I have a RadioButtonList that display a table of my products like so: <asp:RadioButtonList ID="RblProducts" runat="server" CssClass="text" RepeatColumns="4" RepeatDirection="Horizontal" /> My products are shown in thumbnails and since these thumbnails have ...
Static Fonts and other Unmanaged Resources - where to dispose?
nij -
16 Feb 2006 5:05 PM - 3 messages
Hi, I am developing a C# control for my own use that will be used lots of times on a form. It's inherited direct from Control, so I am doing all the drawing myself... and as there are lots of possible 'bells and whistles' that each ...
Web User Controls (Setting properties dynamically)
maflatoun -
16 Feb 2006 4:19 PM - 3 messages
Hi everyone, I have the following web user control. I like to set the properties dynamically without using page.databind. PropPartnerUserGroupID="<%= PartnerUserGroupID %>" runat="server"></uc1:partnerdownloads> However, and <%= Domain %> and <%# Domain %> ...
Please Help Me! RetreiveVirtualItem & ImageList
Hawk -
16 Feb 2006 4:17 PM - 3 messages
private void RetreiveVirtualItem( object sender, RetrieveVirtualItemEventArgs e ) { e.Item = new ListViewItem( e.ItemIndex.ToString() ); } Take this for example; works fine. Now if I want to associate a image with the item I would use a different constructor and pass a string image key. ...
Where is my XML Data Source?
rory.groves -
16 Feb 2006 3:49 PM - 3 messages
Trying to bind a grid view to an xml file in my VS 2005 Windows Forms app. There is not XML Connection option in my list of possible data sources, as shown on this screen: [link] ...
Is there a possibility to develop J# and run under Unix or LINUX
Fred -
16 Feb 2006 3:43 PM - 2 messages
Hi; I'm fan of .NEt visual studio (very useful). But in a new project, my client reclaim to be able to run SW under MS / LINUX or UNIX platform. Do you know if a possibility exists to run a J# .NET program under a ...
Communication between tiers
Markus R. -
16 Feb 2006 2:47 PM - 4 messages
Hi, we are about to design an 3-tier web application. The web server (presentation layer), the application server and the database systems will be on separate physical machines. My question is about the communication between the web server and the application server. I know two .NET builtin ...
what's the secure way to post the jobs on the etranet?
asdf -
16 Feb 2006 2:39 PM - 3 messages
Hi, I have the scenario where I have one database and need to post jobs on the intranet and then the same jobs on the extranet. I wonder what is the most feasible and secure way of doing it without buying ...
Custom Exception (first "Throw" Takes time)
Dan -
16 Feb 2006 2:36 PM - 4 messages
Hi all! When I throw my custom Exception class the first time in my code, the compiler takes a lot of time for find the following catch EX: try Throw New MyCustomException("test") Catch exx As MyCustomException ...
PreRender event not firing on UserControl with 2.0 framework
John Scott -
16 Feb 2006 2:00 PM - 4 messages
Hey I've got an odd problem here. I have two user controls on a single page. Here is the flow of my page Page(OnLoad) UC1(OnPreRender) UC2(OnPreRender) Page(ButtonClick) UC1(OnPreRender) UC2....NOTHING Page protected void btnLogin_Click(object sender, ...
Cannot access project text files in VS2005
GT -
16 Feb 2006 12:10 PM - 2 messages
Consider a WindowsApplication in VS2005 named "MyApp". In addition to the default "Resource" folder you create a new project folder named "NewFolder" and add a text file in this folder named "TextFile1.txt" and a C# class named "Class1.cs". ...
ComboBox BUG! Any fixes?
Mark -
16 Feb 2006 11:06 AM - 4 messages
I have a bug with combobox which is reproduced by the following steps: Create a form with a Tabcontrol and two tabs. On one tab place a combo box and give it the entries one, two and three. Change the anchor property of the combo to anything other than the default. ...
C# - Dropdown LIst
Travis -
16 Feb 2006 10:30 AM - 3 messages
Hi , I use C# to create a dropdown list in the web page and I place some code in the SelectedIndexChanged event. But when I click on the list to select certain job to perfom , there is not respoand at all ... what else should I ...
Edanmo Shell Extension: How to Install it?
Pieter -
16 Feb 2006 8:07 AM - 7 messages
Hi, I'm trying to use the Edanmo Shell Extension Library ([link]) to make a Context Menu in the Windows Explorer with VB.NET 2005. It seems realy easy ...
XmlHttpRequest from a Windows Application ?
dave -
16 Feb 2006 4:19 AM - 2 messages
I want to design/develop an windows application that can query multiple websites (XmlHttpRequest), call number of 3rd party external webservices (SOAP) and parse/process the data and display it to the user. Ideally this would have been developed as a website, but due to crosss ...
Microsoft Technologies versus Java
shrajan -
16 Feb 2006 12:08 AM - 2 messages
Microsoft Technologies versus Java Who will be the final winner? ...
Validate Nested RadioButtonList
WB -
15 Feb 2006 11:55 PM - 3 messages
Hi, I have the following nested RadioButtonList in my web page that displays a list of cities (categorized in states) for the user to select. There's a RequiredFieldValidator to ensure user has selected one state. <asp:RequiredFieldValidator ID="VrqCity" runat="server" CssClass="error" ...
Msbuild - Multiple Reference Paths via commandline
ritesh.noronha -
15 Feb 2006 10:39 PM - 2 messages
Hi Group, I have a question regarding the commandline options of msbuild. I am currently using msbuild to build projects using the existing solution files. These solution files have references to external dll which have different paths on each machine. I am currently writing a build script ...
.Net UI Components
kpradeepkumar -
15 Feb 2006 10:23 PM - 3 messages
Hi all, We would like to purchase some good third party UI components that we could use for our Windows forms application development. From the research I did, I have narrowed down the products to NetAdvantage, Janu Winforms and Essential Studio (Syncfusion). ...
socket.sendfile question (or general file transfer)
djc -
15 Feb 2006 10:08 PM - 2 messages
the system.net.sockets.socket class has the 'sendfile' method. What do you do on the other end to 'receive' the file? I know the regular socket.receive will receive the data into a buffer (a byte array) but if that is how you ...
sprintf localized?
Alex -
15 Feb 2006 9:19 PM - 5 messages
I'm working on an application which generates HTML pages. This application is distributed to clients worldwide and one of them just reported a problem that I find very weird. Consider the following line of code: sprintf(buffer,_T("var ScaleW=%lf;\r\n"),1.0); ...
Validation in a three tier architecture
Student -
15 Feb 2006 8:30 PM - 4 messages
Good evening, I create a three tier ASP.NET web application. How can I validate the form input data in the Business Logic Layer? Can anyone give me an example? ...
Locking and Async NetworkStream Operations
Roemer -
15 Feb 2006 6:59 PM - 5 messages
Hey all While working with Async Methods and Networking I found something very strange or better a bug? To test it yourself create a new Windows Application with just a Button on the Form. Then modify the Code of the Form1 class until it looks like: ...
CLS Compliance
guy -
15 Feb 2006 4:45 PM - 6 messages
I have a number of classes, none of which use non CLS Compliant data types. These classes are compiled into an assembly. however when using this assembly a function (for example) that returns one of these classes gives a compiler warning "Return type of MyFunction is not ...
DDE
Steve Barnett -
15 Feb 2006 4:40 PM - 2 messages
What's the .Net equivalent of DDE? I use DDE in a VB6 program to swap data between a couple of programs and was wondering what I should use in C# to replace it. Thanks Steve P.S. Is there an "equivalence" web site where I can lookup a VB6 feature to ...
Changing from Visual Studio 6 to VS.Net
PO -
15 Feb 2006 2:06 PM - 2 messages
Hi, I have developed several apps in VB 6 and internet apps with standard asp and VBscript/Javascript. I now want to install Visual Studio.Net but I would like to know if it still will be possible to edit/make changes to my old VB and asp applications in ...
What is the secure way to share data between Intranet and Extranet?
asdf -
15 Feb 2006 12:30 PM - 3 messages
Hi, I have the scenario where I have one database and need to allow to see the information accessible from Intranet and (future)Extranet. I wonder what is the most feasible and secure way of doing it without buying second license ...
Copy protection software
John -
15 Feb 2006 11:10 AM - 20 messages
I would like to use some third party software for copy protection, software that prevents from copy paste program to another computer (not obfuscator). I am looking for some good solution (hardware lock is not an option). Can you reccomend me software based on your experiences? ...
System.Security.SecurityException
Seok Bee -
15 Feb 2006 11:09 AM - 3 messages
Dear Experts, I've created a Console application to perform a checking of an Excel file. During development using vb.net in Visual Studio 2005, the application is running fine. I can get my expected result. Then I move the executable files ...
Controlled Failure Of a Windows Service
m00nm0nkey -
15 Feb 2006 9:53 AM - 3 messages
I need to make my service fail so that I can utilise the recovery settings in the service config screen. The recovery settings should let me either restart the service, run a program or restart the computer, however, my VB.Net services have never ...
Services & Timers
fatica -
15 Feb 2006 9:35 AM - 3 messages
Hi all, I've written a windows service in .net 2.0 running on a windows 2003 server. I've hooked the system timer elapsed event to run some very time consuming code. This code processes a list of jobs and when its ...
crystal report print to file
gerry -
15 Feb 2006 7:33 AM - 4 messages
Since the CrystalReport ReportDocument apparently lacks a PrintToFile option ( doh ! ), does anyone know of any way print a report to a disk file programmatically ? Gerry ...
Why Doesn't c# support Multiple Inheritance ?
vinoraja -
15 Feb 2006 6:39 AM - 2 messages
There are a number of reasons we don't implement Multiple Implementation Inheritance directly. (As you know, we support Multiple Interface Inheritance). However, I should point out that it's possible for compilers to create MI for their types inside the CLR. There are a few rough edges if you go down ...
Line not executed after STOP
Bill@Meriden -
15 Feb 2006 1:53 AM - 3 messages
This appears to be a small bug in VS2005 VB If you have a STOP and allow execution to reach it, then comment out the STOP, the yellow execution marker for Next Executable statment moves down one line as would be expected. ...
send mail in .NET 2.0
herbert -
14 Feb 2006 8:21 PM - 5 messages
sendmail in .NET 2.0 is as useless as it was in .NET 1.x I can't find out how to make it work. Not to mention how to write a setup project that tests/installs its requirements correctly. ...
DLL Base Address
Lee -
14 Feb 2006 6:26 PM - 2 messages
Is there a tool that I can use that will help me decide the optimum place(s) to set the DLL base address for my project, especially if there are several in the project? ...
Development with panels cumbersome
Dave -
14 Feb 2006 3:10 PM - 2 messages
I'm building a vb.net2005 app to have the Outlook look and feel. I've got a lot of panels (1 for each of about 30 buttons down the left side). I'm finding that dealing with 30 panels to be very cumbersome in the ...
Submit button
Seok Bee -
14 Feb 2006 3:08 PM - 2 messages
Dear Experts, Currently, in my web form there is many controls and with a submit button. When I click Enter is will activate the submit. How can I disable the 'Enter' key to activate the Submit button? Regards, SB ...
open a password protected Zip file in C# code.
connoisseur.infotech -
14 Feb 2006 2:48 PM - 5 messages
hello we are developing one tool where we need to open and make password protected zip files. we found some solutions but they don't support password protected things. does any one knows about this or any aproach for this. ...
Excluding Title Header "Microsoft Internet Explorer" for aspx
kt -
14 Feb 2006 12:36 PM - 2 messages
How do we go about this and can the setting be built into the master page? ...
Under .NET is it possible to hook into the process of creating components?
TOMERDR -
14 Feb 2006 12:14 PM - 2 messages
Hi, I wonder if it is possible under .net to hook into the process of creating components for example System A create an Object O on System B I would like to be able to return a proxy to Object O ...
How to create and debug dump files of .Net 1.1? mscordmp.exe ?
dekel -
14 Feb 2006 11:18 AM - 2 messages
I'm trying to find the way to create and debug dumpfile of dotnet application. Any recommendation of articles, tools for creating dump file + debug it are appreciated. The documentation I found recommends using mscordmp.exe - The documentation does not specify file extension for the dump file ...
ShortPath Name in C#
Usman -
14 Feb 2006 10:09 AM - 6 messages
Hi Is there any way to get the short path name of the file or folder in C#. Just like the API "GetShortPathName" in C++ Regards Usman ...
Objects must implement IConvertible
Gav -
14 Feb 2006 9:56 AM - 3 messages
Hi All, I'm trying to create a table in a sql database. When I run ExecuteNonQuery(); I get an error "Objects must implement IConvertible". I put the same statement in a textbox, after getting the error I copied the ...
Add event on control
Jan Eliasen -
14 Feb 2006 8:26 AM - 4 messages
Hi I have a friend who is programming a WinForms solution, and he would really like an event on the MonthCalendar control for the double click. Is this possible? Thanks in advance Eliasen Jr. representing himself and not the company he works for. ...
Adding TextBox into DataGrid
Tedmond -
14 Feb 2006 8:05 AM - 3 messages
Hi all, Is it possible to add a TextBox or CheckBox into DataGrid? and How? Or I need to use Repeater instead? Thanks for any help! Tedmond ...
The Ellipsis (.) Character Is Not Showing Up When Read From A Text File
Nathan Sokalski -
14 Feb 2006 4:37 AM - 3 messages
I have a page which reads the the first line of every *.txt file in a certain directory of mine to use as the Text property of a HyperLink Control. However, in one of my recently added text files in the directory it ...
How to pack the mailbox and public folder size
Hughs Man -
14 Feb 2006 1:24 AM - 5 messages
I am using exchange 2003 now Recently I was notified the harddisk is out of space. Thus I remove part of the email of each folder and the public folder. But the folder size doesn't trim down. Is there method to pack the size ? ...
Installing .net 1.1 after installing 2.0
msdnuser -
13 Feb 2006 10:01 PM - 2 messages
Hi all, I have .net 2.0 , visual studio 2005, sql server 2005 etc installed in my system. Now I also need .net 1.1. Can I use .net 1.1 CD (or just the 1.1 redistributable??) and install this side by side to 2.0? If so what are the ...
new to .net
JC -
13 Feb 2006 8:38 PM - 2 messages
I am looking for a way to manage windows user profiles via vb.net (ASP.net). I am looking for a way to delete a users profile off a server or a number of servers. This is a TS environment. The utilities that exist are limited in ...
SerialPort Buffer woes...
DJohnson -
13 Feb 2006 8:37 PM - 3 messages
Hello everyone, Please forgive me for my ignorance or lack of understanding on the following technology, as I am by no means an expert in serial IO. I am writing an application that communicates to a custom hardware device that requires a 4 byte message to be sent every 500ms to keep it alive. ...
Ideas for projects
ewolfman -
13 Feb 2006 5:36 PM - 4 messages
Sometime ago, I thought I saw a website where people submitted ideas for software projects. I'm looking for such websites, especially in dotNET. The projects need to be of reasonable size, because their sole purpose is for novice dotNET developers to get to know dotNET. It is best if ...
Problem creating event log
clsmith66 -
13 Feb 2006 4:45 PM - 4 messages
I hope this is just something stupid I'm missing and someone can easily point out my error. I'm trying to do a few turorials on windows services, and the couple I found so far just create an event log and write an entry on start ...
Adding and modifying Windows System Variables
Sean Campbell -
13 Feb 2006 3:02 PM - 3 messages
Hello all! I have been looking in the Framework documentation for an answer and it has not shown itself. Could someone tell me if it is possible with VB or C# to add and modify Windows System Variables? If so, how with .NET 1.1 or 2.0? ...
Fileupload Control
Seok Bee -
13 Feb 2006 2:45 PM - 4 messages
Dear Experts, May I ask, how can I remain the selected file that has been chosen through the Browse button in the Fileupload control in asp.net after a postback? Current, when the postback is true, the value/selected file in the fileupload ...
problem with IE automation when used in webservice
Johny_W -
13 Feb 2006 2:40 PM - 4 messages
hi guys, I have encountered a problem with IE automation (.NET 2.0, C#, mshtml, SHDocVw). I am writing a class for manipulating specific html pages with frames. It is supposed to be used from a web service. The ...
About Word automation on the server
Kash -
13 Feb 2006 12:55 PM - 5 messages
Hi everybody: I've developed a web application running on a 2003 server not on the web but on extranet environment of a small Firm (less than 10 users). I've taken benefit of Office Primary Interop Assemblies (PIAs) for automating Word on ...
BackGroundWorker.ProgressChanged "Cross-thread operation not valid" at 2nd/3th/... progress
Pieter -
13 Feb 2006 11:21 AM - 9 messages
Hi, I'm having some weird problem using the BackGroundWorker in an Outlook (2003) Add-In, with VB.NET 2005: I'm using the BackGroundWorker to get the info of some mailitems, and after each item I want to raise the ProgressChanged-event to update the ...
Selecting items in listbox
miller504 -
13 Feb 2006 11:19 AM - 3 messages
I'm trying to select several items from a listbox. My code is working except when the form loads the first time. I have the code to select the items inside sub Initialize_CbLeague. If I call sub Initialize_CbLeague ...
Problem while reading from excel
Gomathi -
13 Feb 2006 11:12 AM - 2 messages
hi, I'm reading an excel sheet which contains more than 500 chars in a single column using OledbDataReader. But while reading value using dr[0].toString(), its taking only 255 chars. It removed the remaining chars. How to solve this problem? ...
Set focus to a control on Page_Load
Tedmond -
13 Feb 2006 9:15 AM - 4 messages
Hi all, Can anyone tell me how to set focus to particular control on Page_Load() in ASP.Net? I could not find any Control.Focus() method. Thanks for any help! Tedmond ...
plz explain this error message
riyaz -
13 Feb 2006 8:48 AM - 2 messages
"An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately." i am getting this error for the form authentication page. regards ...
Problem with psftp in .NET.
Incorrect filenames in download link. -
13 Feb 2006 7:35 AM - 4 messages
Hello: I use a W2000+ASP.NET , and I want to execute an external command from a .NET DLL, the line is something like this: psftp.exe root172.168.0.108 -pw root -b bat.txt psftp is a secure ftp console program, and the bat.txt file contains all the ...
Resetting combo boxes
Ant -
13 Feb 2006 1:14 AM - 6 messages
Hi, (Winform VS2003) I have a combo box bound to a typed data set. When the form loads, the combo box is popluated using a method containing the simple code below: ------------------------ // Fill the datasets for the combo boxes daDepartment.Fill(dsDepartment.Departments); ...
ASPX and Search Engines
kt -
12 Feb 2006 10:01 PM - 2 messages
With .aspx pages are there fields to enter the equivalent of meta tags and meta descriptions that get picked up by the search engines. If so how do we do this for each page in our web site? Thanks in advance ...
VB.NET
prashant -
12 Feb 2006 2:27 PM - 3 messages
i want to add textbox in list box, the text box will appear only when i will select any item of listbox ...
Time?
Dean -
12 Feb 2006 9:50 AM - 8 messages
Hi, I am using Vb.net and I want to know how to put the Time, Date which ticks?? Please reply as soon as possible Dean PS: Please make the answer simple because I am only 11 Yrs old and New ...
find the DataRow associated with datagrid row
Ryan Liu -
12 Feb 2006 5:43 AM - 2 messages
Hi, Is there better way to find the DataRow associate with row of a datagrid? Now I put ID column(PK) as a column in a datagrid, and get this cell value of the datagrid current row (DataGrid.CurrentRowIndex), then use ...
DNS .Resolve & .NET 2.0 Headache???
kvnsdr -
12 Feb 2006 5:41 AM - 8 messages
I can type an IP address and receive Internet domain name and my workstation name however no other IPs of computers on our internal network will resolve to a thier machine name only to the same IP that is entered. What's up ...
streaming files with web server in asp.net
Logger -
12 Feb 2006 4:04 AM - 2 messages
I need to have a <webserver> routine (.asmx) that will accept a string value (This value is a server/URL that will point to a .pdf file on another server somewhere). Have this file streamed back to the client server or localhost ...
|
|||||||||||||||||||||||