Answer Questions
ckellner Need desperate help with a simple compare
Please help... I am so frustrated with this bit of code. I dont understand why its not working. I am checking one field from another field if they are equal then you return a bool value of true. If they are false you load it to an array. I swear it sounds easy but when i run it and i have both fields on quickwatch they look equal it still goes to the else condition string delimiterStr = ","; char [] display; char [] deli ...Show All
Scott Berry Sort a datatable
Hi I have a datatable that i would like to sort by a column (not the key column). How should one sort a table Can the sorted table have the same name as se unsorted table I don't know now the the name of the current column (the column that should be the index for the sorted table, only the number of order ex. aRow[120]), will that be a problem Br Matt This is how I accomplished the ta ...Show All
Polaris7* SqlClient.SqlException
Hi, All. I am not sure my question belongs to here. I tried to use DAAB(Data Access Application Block) in my project, and got an unhandled system error on system.data.dll. The code broke on da.fill(ds); line as listed below. I have tested the connection string and the stored proc, and they are all working. What else should I do Thanks! public static DataSet ExecuteDataset(SqlConnection connection, CommandType commandType, string ...Show All
Girishk Array and Array list and Hastable
What is main differecne between array and arraylist What is main differecne between arraylist and Hastable Anyone plz help me i am bit confustino hi,Ferozanna exactly like what David said , more over you will find a simple tutorial here about Arrays and Collections(ArrayList, Stack, Queue, Dictionary) http://www.programmersheaven.com/2/les_csharp_8_p1 hope that will help Which one is more advantage I wanna ...Show All
MauiSon handling packets on recive
how do ppl handle this, Im finding as I move deeper into my project that my readbuffer is backing up, my packets were geting smashed together so I started sending a delimer at the end of each packet and spliting the string to seperate each packet, is there a good way to hold these split packets until I can process them thanks a ton btw im using C# holding packet string into StringBuffer will be a good id ...Show All
Javarja .Net 2.0 send email with multiple “To” recipients
Hi, I know how to send emails in .Net 2.0, but I can not send one with multiple email recipients in the “to” field. If possible I would like to specify display names for all recipients in the “to” field but this is not required. After reading Durga's post, if you are still having problems, please post your code. Also, if you are getting an exception, please post the full exception message. ...Show All
tugboat90 asp.net configuration????????
OK I have set up 2 sites one from my computer and one from my ftp web hosting account... the one from my computer works for the sql server and allows me to administer roles and such to users (club website). But when I go to transfer the files to my gate.com the pages will not open. I have the asp.net configuration tool there. the one i upload from ftp.kali-designs.com does NOT allow me to do this, I don't even have the asp.net configuratio ...Show All
prashantha Web Services .net framework 2
I have just ported an ASP.NET 1.1 application to framework version 2 and i have a problem. My solution has a Web project and a class library project. The class library project has a web reference to a web service. The Web project makes a call to the web service. I used to hold the url for the web service in the web.config and because the web reference was set to dynamic, this all used to work fine. Now it looks a though the ...Show All
Tony Edwards How to Fire onChange event in javascript in case AutoComplete is set on.
I want to fire the onChange event of textbox in javascirpt when the autocomplete feature is set to on. I do not want to use onPropertyChange event to achieve the same. Thanks in advance. Dinesh The IE newsgroups will likely be more successful at answering your question. IE/DOM related questions http://www.microsoft.com/windows/ie/support/newsgroups/default.mspx Click on the newsgroup with the particular version of IE ...Show All
CRISTIANO333 IIS server accessible through local network but not the internet
Hi, I'm using the IIS server on my windows Xp Pro at home. I can access the web server fine, and view webpages etc on my local network, when I ues the dns address. But when I try the same thing outside my network, it just says the page cannot be displayed. The thing is the J2EE server I have, could go though port 80 and it was accessible via the dns address outside the local network, and it viewed fine. I of course switched the J2EE server's ...Show All
cmccutcheon sqlexception: timeout expired dataset (fill)
Hi, On a fill call (sqlDataAdapter1.Fill(dsmydataset)), I'm getting an sqlexception: timeout expired ever so often - well, too often. I have other web pages using datareaders on the same web server and using the same sql database with the same connection string and they are not having this issue. Should I just change to a datareader Or, is there a way to change this timeout Daniel How much data is your query returnin ...Show All
vidalsasoon how to create ad hoc network using wi-fi
how can we create ad hoc network using wi-fi by how i mean how we can implement a connection between two pocket pc using wi-fi give me a sample of code in any programming language that can built a connection between the pocket pc using wi-fi There is no out of the box way to do this. You could always do P/Invokes :-) Do you know what p/invokes you would use All I can find is windows vista NativeWifi and I am even having trou ...Show All
Carlos Lenz .NET 2.0 WebRequest via SSL not submitting the correct certificate to the server
When I go to H TTPS://Server/batch action=GetData I get a prompt asking me to choose a digital certificate based on the request from the webserver. Obviously I choose the right certificate and get the expected response. However when using VB.NET 2005 and the following code ---------------------------------------------------- Imports System Imports System.IO Imports System.Net Imports System.Text Imports System.Web Sub AskF ...Show All
ahamilton Problem with XHTML entities
I want to load an XHTML document into an XmlDocument named doc. The data comes from a stream named stream. doc.Load(stream) throws an XmlException: Reference to undeclared entity 'nbsp'. I figured out why. The document uses common html named entities but it has no DTD header. The problem is described here too: http://blogs.pingpoet.com/overflow/archive/2005/07/20/6607.aspx . At the time of writing this URl doesn't work, in short the guy's sol ...Show All
MikeM-SF SqlDataReader problem while showing data in <td>rdr.getvalue(2)</td>
hi. i am having a problem while showing my data through sqldatareader in C# asp.net web application. the Problem is the sqldatareader object doesnt shows data on the newline. let say the data in sql table is "hi my name is measum" now when i show this data through <td>rdr.getvalue(0)</td> it will show like "hi my name is measum" (c no line break) however when i put this data into the textbox(multiline ...Show All
