all groups > asp.net > february 2005 > threads for sunday february 20
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
MSMQ Install ????
Posted by Alex Nitulescu at 2/20/2005 11:47:58 PM
Hi. I'm trying to make MSMQ work, so I go to Control Panel, Windows
Components, I select MSMQ (Message Queuing Client Setup, actually) and about
half-way through I get a nice message box saying
The MSMQ service cannot be started.
Error code: 0x42C
The Dependency service or group failed to s... more >>
get ID attribute from HTML buttons?
Posted by RN at 2/20/2005 11:31:48 PM
I am dynamically adding a number of HTML buttons to a page...
<input type="submit" name="alwaysthesame" id="different1"
value="alwaysthesame">
<input type="submit" name="alwaysthesame" id="different2"
value="alwaysthesame">
<input type="submit" name="alwaysthesame" id="different3"
value="alw... more >>
Reload Parent page
Posted by chuayl at 2/20/2005 10:45:02 PM
i have a page, "parent.aspx" , which will open a new Child Window
"child.aspx" . user will enter some text on the child window.
Would like to know how to refresh the parent page at the same parent window,
after the user click on "OK" button. when press on "OK " button, the child
window wil... more >>
Mapping paths to aspx pages
Posted by Samuel Kim at 2/20/2005 10:03:49 PM
Hi,
Is there any way that we can map a path to a aspx file at a different
location?
In essence, I need to make different http addresses to point ot he same
aspx file - for example,
http://server/webprj/abc/index.aspx
http://server/webprj/def/index.aspx
to point ot the same aspx file (say ... more >>
Adding Items in a datagrid
Posted by Srinivasa Rao at 2/20/2005 9:17:02 PM
I have binded the two datagrids from database from two different tables. In
both datagrids, the first column contains checkbox. In between the datagrid,
i have "Add -->" and "Remove -->" buttons in between the datagrids. When i
select some items in the first datagrdi and click on "Add -->" but... more >>
What do you make of this error message ?
Posted by Alex Nitulescu at 2/20/2005 8:28:29 PM
_______________________________________________________________________________________
System.IO.FileNotFoundException: File or assembly name biypfduw.dll, or one
of its dependencies, was not found. File name: "biypfduw.dll" at
System.Reflection.Assembly.nLoad(AssemblyName fileName, String cod... more >>
run .exe from IE using ASP.NET
Posted by Loane Sharp at 2/20/2005 8:20:29 PM
Hi there
I have a module writen in VB.NET compiled using vbc as sync.exe.
If I point IE to http://localhost/sync.exe the Windows Form loads perfectly.
But I don't get the same if, from within ASP.NET code, I run the following ~
Dim ass As Assembly = Assembly.LoadFrom("C:\Inetpub\wwwroot\... more >>
datagrid templates and deletion
Posted by Dan at 2/20/2005 7:10:24 PM
Hi all, I have a question about datagrid: let's say I have a datagrid which
shows the categories for some items; each category has an ID field and a
description. I use an ASP.NET page with a datagrid bound to this table to
show, edit or delete any row in this table. I have made a template of t... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
IP address of request.
Posted by Shimon Sim at 2/20/2005 7:07:02 PM
How to find out IP address of request?
If I sent request via HttpWebRequest can I set IP or it is added
automatically?
Thanks,
Shimon.
... more >>
denotes a class which is not valid in the current context
Posted by Jim Heavey at 2/20/2005 7:05:02 PM
I create a class which would hold my static methods (methods I want to call
without having to instantiate the class). I then attempted to use it in
another class and I get the following error
"GenericDataBase.DataUtilities(cmd, "Stuff") denotes a class which is not
valid in the current cont... more >>
VB.NET DLL Decompiler
Posted by Schultz at 2/20/2005 6:47:16 PM
Does anyone know of an (ASP.NET) VB DLL Decompiler?
(a free one)
Thanks!
... more >>
WHAT IS A BLOG?
Posted by Chance Hopkins at 2/20/2005 3:22:55 PM
This is driving me nuts. As far as I can tell, a blog is a website with an
RSS feed. Some seem to have a calendar of events and some support user
authentication and forms.
Am I missing anything? I guess I just don't get it. Is that all it is. THEY
Won"T STOP SAYING IT ON TV...BLOG BLOG BLOG... more >>
Test If HttpContext.Current.Application("var") exists (vb.net)
Posted by gn NO[at]SPAM dana.ucc.nau.edu at 2/20/2005 2:22:19 PM
I am a VB.Net newbie and have tried to search for this answer without
success - What is the exact syntax to test if
HttpContext.Current.Application("var") exists in vb.net
I have tried:
If (HttpContext.Current.Application("var").ToString) <> "" Then
That gives me System.NullReferenceExcep... more >>
Persisting user login credentials across pages
Posted by Siobhan at 2/20/2005 1:13:02 PM
Hi
What is the recommended way to store a user's database credentials across
the pages of a web application so that each time the database is accessed the
system doesn't have to ask them for their username and password again
We have previously stored these in a session variable (encrypted) and... more >>
Paste from clipboard in asp.net
Posted by fs at 2/20/2005 12:35:04 PM
Hi all,
I have a page that i need to implement a button that says "Paste to
textbox1", which will paste the text content in clipboard to a textbox
control on postback. How can I get values from the windows clipboard in
asp.net?
Please help, thanks in advance!... more >>
Required Field Validator
Posted by Sparky Arbuckle at 2/20/2005 10:38:12 AM
<asp:RequiredFieldValidator
id="rfvMenuSearch"
ControlToValidate="tbSearch"
Display="static"
ErrorMessage="Enter Search String"
runat="SERVER" />
How ca... more >>
C# Control Structure with Session
Posted by Frank Bishop at 2/20/2005 10:07:30 AM
I am having a problem with this control sturcture. I want to hide a
button if the session object is equal to "Staff". I am not getting an
error, the code simply does not work. Help appreciated.
<code>
void Page_Load(object sender, System.EventArgs e)
{
if (Session["WebUser"] == "Staff")
... more >>
Download
Posted by sara at 2/20/2005 3:59:03 AM
Hi to all
how can i get the file size when i download it ... more >>
Color Dialog
Posted by WhoopDing at 2/20/2005 1:11:27 AM
How do I display a Color Dialog in the client browser?
I want the Color Dialog to be displayed when the user clicks a button.
... more >>
News section of the website
Posted by ALI-R at 2/20/2005 12:24:21 AM
We have a news section in our website ,which we hardly know how to fill it
up with news material,we'd like to have some microsoft related news in that
section besides our own news which are not enough to make that page
stuffed.I just wondered if there is a webservice or something we can use
... more >>
Debug problem with references project
Posted by caldera at 2/20/2005 12:07:55 AM
hi,
I have a debug problem. I divide my web project into two part actually two
project. One part is include the all of the logic class and other part web
application part. These are two different projects. I add the dll of the
first part to web part as a references. But then I can't debug the fi... more >>
Binding to deserialized objects in an arraylist !?
Posted by Alex Nitulescu at 2/20/2005 12:06:47 AM
Hi. I'm fighting the following code:
__________________________________________________________________________
a. I have a class UserInfo.vb:
<Serializable()> Public Class UserInfo
Public Username As String
Public Password As String
Public Email As String
End Class
b. I have... more >>
|