| Thread | Last Post | Replies |
|
| ASP.Net Button w/onclick script misbehaves when in user control | 27 Jul 2006 14:38 GMT | 1 |
I'm using VS 2003 and I have a button in a page where I've used "btnViewData.Attributes.Add ("onclick", "javascript:return doPostBack (\"" + btnViewData.ClientID + "\");");" to have it execute some javascript before posting back. It works fine
|
| Emoticon program | 27 Jul 2006 12:31 GMT | 2 |
Hi all .. I was stupid enough to accept an emoticon program from a friend via msn messenger .. it has loaded a toolbar of emoticons into my messenger chat window and I can't get it off via all normal methods .. any ideas plzzz peeps ???
|
| Mail headers: smtpclient problem | 27 Jul 2006 11:56 GMT | 2 |
I'm trying to create an email message with particular headers. A piece of code: SmtpClient smtp = new SmtpClient("192.168.x.y"); MailMessage msg = new MailMessage("from@xxxxxxx", "to@xxxxxx", "TEST",
|
| ORM Options!!!! | 27 Jul 2006 11:31 GMT | 4 |
What ORM mappers do people use around here? I know some: EasyObjects (its a good one) EntitySpaces (its another good one) XPO (DevExpress, seems to be good, though I never used)
|
| How to access Internet Explorer page from external app | 27 Jul 2006 11:01 GMT | 2 |
Is there a way in .Net or via interop (com etc.) for an external application (a .net winform for example) to read the html contents (or the DOM) of a running instance or internet explorer? I trying to write a timer app that looks for the existance of an html tag and then does ...
|
| Line drawing algorithm | 27 Jul 2006 09:31 GMT | 4 |
Can any one please suggest me a algorithm to draw horizontal and vertical line between two points (a right angled line, not a slant line).
|
| My.Computer.Network.Ping Bug | 27 Jul 2006 05:55 GMT | 2 |
When I learned about My.Computer.Network.Ping in VB.Net 2005, I used it in a program that pings a list of servers. Something like: Threshold = CInt(txtThreshold.Text)
|
| TEXT field truncate to 255 symbols ?!?!?! | 27 Jul 2006 05:53 GMT | 1 |
I"m trying to insert large string (more than 1000) into TEXT field in SQL Server but it truncate the data to 255 symbols. Is there any other way to insert large string into TEXT field without using WRITETEXT and UPDATETEXT? Just from ADO.NET?
|
| Save DataSet in a Text File with Positions | 27 Jul 2006 05:52 GMT | 1 |
I want to retrieve data from the database and save it to txt File with positions. Let us Say 3 columns are got, i have to save at say 3-8 the first column , 9-15 2nd Column, 16-29 3nd Column.
|
| How to perform an Asynchronous Insert | 27 Jul 2006 04:05 GMT | 1 |
I need to perform Asynchronous Inserts using DAAB. So far I have a method which does an insert but how can I do this Asyncronously so that it does not affect the load on our public production website? This question is wide open but make sure you give me some ideas in context ...
|
| # active connections in Sql 2000 | 27 Jul 2006 01:40 GMT | 4 |
How do I monitor the number of open connections in Sql 2000? including ones opened by ADO and .NET processes?
|
| Decorator pattern - adding values dynamically | 26 Jul 2006 22:22 GMT | 5 |
I am looking at using the decorator pattern to create a rudimentary stored proc generator but am unsure about something. For each class that identifies a part of the stored proc, what if I want to add a value dynamically. I'm including some code to show what I mean. This
|
| Screen blanking under w2k. | 26 Jul 2006 20:50 GMT | 2 |
I have a couple of .net applications (not written by me) which cause the entire screen to go "blank" (e.g. black) immediately after strating the applications. The screen remains blanked for 2-4 seconds, during which time the mouse cursor appears as a large white square block. ...
|
| Can WinCE & Pocket PC support the "AsyncCallback"? | 26 Jul 2006 15:45 GMT | 4 |
Can WinCE & Pocket PC support the "AsyncCallback"?
|
| Can the height of a list box be changed | 26 Jul 2006 12:45 GMT | 1 |
Is the only way to change a list box height is by changing the font size?
|