all groups > dotnet faqs > july 2004
Filter by week: 1 2 3 4 5
Is there any Property In MS SQL Server Like Rownum in Oracle
Posted by Ashutosh at 7/30/2004 1:21:28 PM
Hi All....
I have to write one query where i have to display the ID as 1,2 3, 4 in
oracle we used to ROWNUM to display ....in MS SQL server is there any
property to show???
i have to display like
ID ProgramCount
1 4
2 6
3 5
4 ... more >>
What's the prospect of MMC in Microsoft .NET plan?
Posted by zz at 7/27/2004 7:24:02 PM
I'm hesitating on changing Platform from VS6 to VS.Net. Would you please to tell me what's the prospect of MMC in Microsoft .NET plan? Does Microsoft have anything substitute for MMC in .NET platform or something in the future?... more >>
Using VB.Net or C#, utilizing the clipboard object, how to copy an MS Excel graphic from the clipboard to an image control and obtain its source refer
Posted by TC at 7/27/2004 9:39:21 AM
Hello,
Here is what I'm trying to do:
-- Make sure both MS Excel and MS Word are running
-- Create an Excel chart
-- Save the Excel file
-- Copy the Excel chart onto the clipboard using Ctrl + C
-- Go to Word and look under Edit > Paste Special
-- Note there is a source reference and an o... more >>
Date TextBox problem
Posted by KavvY at 7/27/2004 8:37:18 AM
I have a TextBox where the user enters a date.
The user types in the UK format dd/mm/yyyy and its getting read from the
TextBox in US format mm/dd/yyyy. This is on a PC with English date time
format.
Is there a way of converting this?
Cheers
Rich.
... more >>
Article: Permissions View Tool (Permview.exe .Net FrameWork Tools Series)
Posted by Namratha Shah \(Nasha\) at 7/27/2004 7:07:05 AM
Hi All,
Permissions View Tool is shipped with .Net FrameWork. This tool is used to
view the Declarative and Requested permissions set on an assembly.
So let us create an assembly set some requested and declarative permissions
on it and view them with Permview.
Let us start by creating an ... more >>
Wonder why GC has only 2 generations ... here is the answer.
Posted by Namratha Shah \(Nasha\) at 7/26/2004 8:05:20 PM
Hi Guys,
Wonder why GC has only 2 generations :
The CLR Garbage Collector is a generational, mark-and-compact collector. It
follows several principles that allow it to achieve excellent performance.
First, there is the notion that objects that are short-lived tend to be
smaller and are acce... more >>
Disable Enter Key
Posted by Stephen at 7/26/2004 11:58:00 AM
Hi,
How do I disable the enter key for a "Form"? so that user has to click the
"Submit" button.
Is there a way of doing it other than using Java/VB script?
Thanks,
Stephen
... more >>
Crystal Reports and Buttons
Posted by Charles A. Lackman at 7/26/2004 10:13:50 AM
Hello,
Is there a way to add a button to a crystal report? I would like the report
to function simular to a windows form. If the user clicks a botton or a
check box or whatever control I add (If possible) I would like the line of
text next to the report to become hilighted in yellow.
Than... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Load a PDF File??
Posted by Charles A. Lackman at 7/26/2004 9:51:26 AM
Hello,
I have Visual Studio .NET and was wondering if you can load a PDF File into
the report Viewer.
If this is possible a quick line of code (VB) would be greatly appreciated.
Thanks,
Chuck
... more >>
Add Dotnet Framework to the installation
Posted by sunker at 7/22/2004 12:01:43 PM
Hi,
How to Add Dotnet Framework to the installation package?
Thanks
KS
... more >>
Error:Object reference not set to an instance of an object.
Posted by Suresh Kojhani at 7/22/2004 6:25:03 AM
I m Using PageTemplate Class In Which I have Define All my Control Like
Textbox, Label, Dropdownlist. After That I inherit each page from This
Pagetemplate class...When i m trying to acess the DropdownList Control
it give me error "Object reference not set to an instance of an object."
All Other... more >>
radio button list
Posted by Stephen at 7/21/2004 4:35:44 PM
Hi,
Thanks for giving me some sample links on validation. I have one more
question. I am using RadioButtonList. I dont want to display the text for
the individual listitems but only the buttons
how can i do that?
Please advice,
Stephen
... more >>
validation controls
Posted by Stephen at 7/21/2004 12:11:44 PM
Hi,
the validation controls dont work on Netscape or Mozilla and only on
Internet Explorer
why? How do i correct this problem?
Thanks
... more >>
22222222222222
Posted by MAjid at 7/21/2004 2:33:20 AM
222222222222222
... more >>
VS.NET 2002 vs VS.NET 2003
Posted by sunker at 7/20/2004 12:13:44 PM
Hi all,
I have some problems on migrate from 2002 to 2003 .NET web application. are
there a diff syntax? my application run ok on VS.NET 2002 framework 1.0, but
not ok on VS.NET 2003 framework 1.1, why??
I.E: i use <input type="File" id="test" runat="server">, at code behind
test.value="" c... more >>
emailing passwords using .NET
Posted by Stephen at 7/20/2004 11:35:22 AM
Hi,
is there a way to email users their forgotten passwords using ASP.NET?
Stephen
... more >>
Info iPaq 3630
Posted by Microsoft at 7/19/2004 8:56:02 AM
Sono entrato in possesso casualmente (non fate facile ironia :-),
semplicemente il proprietario non sapeva che farsene) , di un iPaq 3630,
premetto che di queste macchine non conosco quasi niente e avrei alcune
domande da farvi:
- aggiornamento: ho aggiornato il firmware da una versione 1.72 a... more >>
Session problem
Posted by Stephen at 7/15/2004 1:09:59 PM
HI,
I have created an application that has a logout.aspx page. here I clear the
session variables and redirect the user to the login page, but if I dont
close the brower and hit the "back" button. the user is directed to the old
pages.
How do i avoid this?
Please advice,
Stephen
... more >>
Application Deployment
Posted by Charles A. Lackman at 7/15/2004 9:22:28 AM
Hello,
I have created an application and when the application is started it checkes
for an update to the software on a web service. All the implementation
works great but now I am trying to figure out how to make the application
setup project function the way I need it to. How do I make a se... more >>
Parser Error Help
Posted by Michael D Murphy at 7/14/2004 4:57:11 PM
Hi,
I am getting the following error when I strart debugging, regardless of the
project or solution I am working on.
Any help would certainly be appreciated.
Michael
Server Error in '/LeagueHelper' Application.
----------------------------------------------------------------------------
-... more >>
advice needed - what approach for sql access
Posted by KavvY at 7/14/2004 3:51:10 PM
After messing about I've made some headway towards getting a DataSet filled
with data from an SQL database, unfortunately I've been advised that this
isn't the way forward due to the overhead involved of filling the DataSet
with every page access.
So what method is prefereable to use?
Am I ... more >>
Accessing data in DataSet
Posted by KavvY at 7/13/2004 3:45:14 PM
The following code produces the error, "cannot implicitly convert type
object to type string"
int intRetNo = Convert.ToInt32(tbxReturnNo.Text);
lblOutput.Text = (intRetNo.ToString());
lblOutput.Visible = true;
DataRow fRow =
dsGoodsReturned1.Goods_Returned.FindByComplaint_number(intR... more >>
What is .net
Posted by Midnight Java Junkie at 7/10/2004 4:40:37 AM
Dear Colleagues:
I feel that the dumbest questions are those that are never asked. I have
been given the opportunity to get into .NET. Our organization has a
subscription with Microsoft that basically entitled to us to just about
every .Net development tool you can imagine. I cant even begi... more >>
is a file blocked?
Posted by Alejandra Parra at 7/9/2004 10:10:16 AM
Is there any way to know if a file is blocked, because it's being used by
another process?
... more >>
Problem when trying to add new items in Visual Studio Projects. Remedies ?
Posted by Andreou Andreas at 7/9/2004 1:30:13 AM
Any time I attempt to create a new project (Visual Basic
or else) with Visual Studio .NET version 1.0 (running
on Windows XP Greek Version) I receive the following message
"The automation server is unable to create the object"
whenever I try to insert a new item in the project (form, class,
mod... more >>
ClickOnce in VS 2005 Beta 1 ?
Posted by ralphsieminsky NO[at]SPAM hotmail.com at 7/8/2004 8:09:44 AM
Has anyone gotten ClickOnce to work with VS 2005 Beta 1?
I tried the simplest of apps, Published it using VS 2005,
and am getting the following error when clicking the published
link:
"Deployment manifest requires publisher and product specified."
Indeed, the manifest contains this line, ... more >>
Help in XML
Posted by Support at 7/7/2004 6:04:03 PM
In my app I need to convert a structured XML file into a PDF file. I can use
XSL FO to achieve this. Are there any other options? Maybe through a .NET
base class?
Please suggest.
... more >>
Fax .eml files?????
Posted by nospam NO[at]SPAM nospam.com at 7/7/2004 2:38:10 PM
I currently use the Windows XP fax server to programmatically FAX text
documents by reading the file and calling the appropriate Fax function.
Is it possible to render the .eml file as it would appear in outlook and
then Fax it programmatically?
Thanks
Brian
... more >>
chatbox
Posted by Dew Baboeram at 7/6/2004 1:52:41 PM
Hi,
Is there an example in vb.net of programming a chatbox (like in MSN
meseenger?). I could not find a code example via google.
Dew Baboeram
... more >>
Accessing a Java COM component from .NET
Posted by Mike at 7/5/2004 5:10:01 PM
..NET framework 1.2
Hello.
We've been accessing a Java COM component from classic ASP for a while now,
which works fine. We now need to access it from .NET, but we have no idea
how to reference this component as we can't find the .dll (or whatever type
of file Java COM components compile to... more >>
Calling UserControl public method
Posted by Ashutosh at 7/4/2004 4:04:20 PM
HI Friends,
I have a usercontol where i have one public which i want to call in
wizard.....
in in wizard second page i have implemented a usercontrol and on last page
of wizard i have to call that usercontrol method....but i m getting an error
"Object reference not set to an instance of a... more >>
New Project as renamed and chaged old one
Posted by Evgeny Zoldin at 7/4/2004 12:36:40 PM
Hi, ALL
I've developed some prjoect ( VB.NET ) , let Project1, and created for that
Setup project, let Setup1. Installed it on a clear mashine - PC1. Then I
decided to develop that futher as another product, let Project2. I've copied
and renamed all project files, project itself, product name,... more >>
Getting MAPI to fetch() from a different directory?
Posted by Ted at 7/3/2004 8:59:07 AM
I am trying to get the Fetch() to retrieve the messages from another folder
other than the "Inbox".
I would like to read the messages in the "Sent Items" or "Outbox".
I am using VB.NET version 7.0.
So far I have this and it works fine for the Inbox.
MAPISession1.SignOn()
MAPIMessages1.Sess... more >>
MCP Questions please
Posted by shetty shetty via .NET 247 at 7/3/2004 7:55:59 AM
(Type your message here)
Can anybody send me VB.NET or ASP.NET MCP questions or Free exam sites.
--------------------------------
From: shetty shetty
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>KbYRaqQ4V0q8SMvoV2Bv4Q==</Id>... more >>
enumerating the files and objects in the .net project
Posted by Boris Pelmenstein via .NET 247 at 7/3/2004 7:55:54 AM
(Type your message here)
I want to get the list of the files in my =2Enet project=2E
Currently I see only one way:
to get the folder containing the solution, get all the files with=
the extension "=2Evb", next the files with the other given=
extension (if I know it), etc=2E However here I ... more >>
Week View calendar control !!!!
Posted by parthivjoshi NO[at]SPAM rediffmail.com at 7/2/2004 4:12:12 AM
I want to make week view control just at month view control available
in .NET..Can anybody help me how to make it..or do anybody has the
source code..please tell me..I want to learn it..... more >>
Error !Object reference not set to an instance of an object. !!! Help
Posted by parthivjoshi NO[at]SPAM rediffmail.com at 7/2/2004 2:34:58 AM
I am getting this error when I am trying to create a listbox of 7
textbox values on my page..In below code ( dateone to dateseven are
label controls )..I want to collect the values of these label controls
when the page executes..but I am getting above error...
Dim weekdayslist As ListBox
... more >>
Newbie please help
Posted by CQL90 at 7/1/2004 12:37:01 PM
Hi All,
First, I would like to thanks you all in advance.
My first question is: How can I call VB code and/or C++ code from C#( .cs ).
My second question is: How can I load a .dll from winform application. Any
help is deeply appreciated. Thanks you...
Kate
... more >>
Parser Errors
Posted by Adam Smith at 7/1/2004 11:14:12 AM
Thought I'd post this here as I've yet to find a working solution despite
the frequency with which its asked.
Full error displayed below.
Now the situation is this.... I was trying create a server control, and
failing misserably. So I tried an example located here:
http://www.asp101.com/a... more >>
|