all groups > dotnet general > march 2004 > threads for sunday march 7
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Can Macros be used.
Posted by Prasad at 3/7/2004 10:51:05 PM
Hi
I am working on the ASP website, and currently converting all the code in ASP.NET with C#. I have to convert all the html controls on a particular page in asp.net sever side controls, e.g. <input style="WIDTH: 28px" maxLength="2" name="txtDOBDay"> needs to be converted into <asp:TextBox style=... more >>
Please Help!Print preview without MFC
Posted by Pola at 3/7/2004 10:36:06 PM
I am using VC++.NET
my appl doesn't support MFC
How I can make print preview without MFC support
thank you
... more >>
Why can't I use interfaces like this?
Posted by JudahH at 3/7/2004 10:21:06 PM
I think it would be highly intuitive to use interfaces in the following manne
inteface IFo
void Invalidate()
class FooBa
System.Windows.Forms.Form winFrm
IFoo theFoo
...
theFoo = winFrm
Obviously, Forms do not implement the IFoo interface. However, they do implement all methods r... more >>
n characters as string split delimiter?
Posted by bbigler NO[at]SPAM yahoo.com at 3/7/2004 9:21:09 PM
You can use a character as a delimiter to split a string (e.g.,
Split(myString, ","), but can you split a string using a given number
of characters? Say you have a fixed-width text file where any given
record occupies three rows. The total number of characters per record
is 1086 (3 lines X 160 c... more >>
Basic Authentication and popup windows
Posted by nmethani NO[at]SPAM yahoo.com at 3/7/2004 8:35:47 PM
We are using Basic Authentication for our site. However, I could not
find any suitable Logout process except to close the window (the
solutions suggested on this site that point to old VB6 code which
requires creating an ActiveX object does not work correctly and I
don't want to create an Active... more >>
DataGrid postback problem
Posted by John McDonagh at 3/7/2004 7:36:07 PM
I have a button column in a datagrid. When a button is clicked on I want it to use it's value as a variable a new SQL query that will repopulate the datagrid
The problem is that the DataGrid.ItemCommand method only seems to fire if the datagrid is rebound in the page_load method. Apart from bein... more >>
Fwd: sscanf() & fscanf()
Posted by Vladimir at 3/7/2004 7:32:17 PM
SGVsbG8sIEFsbCENCg0KSXMgdGhlcmUgYW55IGFuYWxvZ291cyBjbGFzcy9mdW5jdGlvbiB0byBz
c2NhbmYoKSAmIGZzY2FuZigpIGluIEMjPw0KSW4gYW5vdGhlciB3b3JkcywgSSBuZWVkIHRvIGNv
bnZlcnQgc3RyaW5nIGludG8gdGhlIHNldCBvZiBnaXZlbg0KdmFyaWFibGVzIG9mIGRpZmZlcmVu
dCB0eXBlcy4NCg0KUmVnYXJkcywNClZsYWRpbWlyLg0KDQpXaW5hbXAgNS4wIChwbG... more >>
Urgent...pls help
Posted by omavlana NO[at]SPAM rediffmail.com at 3/7/2004 7:30:54 PM
Hi,
I am going to takeup a project on VB.NET. My client is asking to
develop on VB6 and he asked about my recommondation for .NET. I need
to provide a technical writeup on the advantages of .NET compared with
VB6. I need to include the features and advantages in using .NET
instead of VB6.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
datetime format
Posted by Esref Durna at 3/7/2004 7:13:40 PM
my sql server have this datetime format ( yyyy-mm-dd )
how could i change it to dd.mm.yyyy format
thanks
... more >>
IL Programming
Posted by TO at 3/7/2004 6:36:07 PM
Hi all,
I am looking for a good (and kinda advanced) book about IL Programming.
Any help ?
Thx a lot,
Marc
... more >>
Where is the ASPNET worker account on Win2003 server
Posted by Paul at 3/7/2004 5:01:05 PM
I'm trying to publish to a windows server 2003 which happens to also be a domain controller. I need to give a folder permission for uploading by the ASPNET machine account. However, this local account doesn't exist on the server (probably due to Active Directory). How can I resolve this so users ... more >>
Which checkbox was checked?
Posted by Jim M at 3/7/2004 3:55:52 PM
I have added 10 checkboxes to my aspx web page. Is there anyway to figure
out which checkbox caused the postback without having 10 different "handles
routines".
Thanks in advance.
... more >>
how to reference a crystal textbox
Posted by Varun at 3/7/2004 3:46:05 PM
Is it possible to reference a textbox that i have placed on my crystal report via vb.net?
i.e i tried to do crystalTextbox1.text = "hulououou"
but this obviously did not work
Is there a way to do something similar to this???... more >>
HTML page in windows form
Posted by Varun at 3/7/2004 11:36:06 AM
Hi,
I wanted to ask if its possible to have a html page embedded into a windows form?
I need to create an invoivce in my application and am struggling to use crystal reports to do the job as i dont think its possible to create reports based on datasets that are created at runtime!! (unless any... more >>
Does anyone know if the Longhorn alpha is availailable for download?
Posted by SStewart at 3/7/2004 10:00:42 AM
How to sort an arraylist
Posted by Y at 3/7/2004 9:16:06 AM
Hi I have an arraylist that contains integer values. What i want to ask you all is how i would retrieve the index values when the values have been sorted. For example..
lets assume the index values are in brackets and the values contained in it is shown immeditaly preceding it.
Arraylist1
(0)4 ... more >>
what is this error message?
Posted by Bhavna at 3/7/2004 8:06:08 AM
Hello
Does anyone know what this message could be regarding?
The application seems to fall over on the following line.
Dim variable1 As SqlString = Arraylist1(i
The first time the code runs everything is ok. The problem seems to occur when the application is run through a second time
... more >>
asp:CheckBox has no Value attribute - Help !!!
Posted by Fresh_Air_Rider NO[at]SPAM Hotmail.com at 3/7/2004 3:28:46 AM
I was extremely surprised to notice that the <asp:CheckBox> control
does not appear to have a "Value" attribute like it's HTML equivalent
does.
There are many occasions when you would want the value associated with
the checkbox to be different to the Text displayed.
ie
Value = ProductID
T... more >>
Programmatically determing bandwith
Posted by Gordon Knote at 3/7/2004 2:56:06 AM
H
is it possible to detect the bandwith of all network adapters (NICs only), that are installed on a winxp system programmatically (any language, .net or C/C++)?... more >>
.cs expansion in solution explorer for WindowsForms?
Posted by n3crius at 3/7/2004 2:24:26 AM
I've noticed that when I'm programming Windows applications in the .net
sutdio I can't see an expansion option in the Solution Explorer to get
the .cs behind the WindowsForm. In contrast, I can get the code behind
an aspx in the Explorer pretty easily. I know I can select 'View Code'
etc b... more >>
Do namespace usage cause overhead?
Posted by Peter Rilling at 3/7/2004 1:37:08 AM
Just wondering, does declaring namespaces in a code file cause overhead in
the system? Are there performance issues with declaring namespaces that are
never used?
... more >>
|