all groups > asp.net > january 2004 > threads for sunday january 4
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
Lost VS.NET
Posted by kuya789 NO[at]SPAM yahoo.com at 1/4/2004 10:22:54 PM
I came across an add-on for Visual Studio.net a while ago, it converts
ASP (Vbscript) to VB.NET. I can't seem the find it anymore. I think I
got it from gotdotnet.com or asp.net.
When you open VS.net 2003 -> file -> open ->convert
youll see java language assistance and vb.net.
this add-on wil... more >>
DropDownList selectvalue
Posted by Hei at 1/4/2004 9:31:30 PM
hi,
i using follow code to provide selection in a DropDownList , but it always
return first item value for every selected item after click submit button.
is it about postback problem?
ddlClientName.DataSource = objcommand.ExecuteReader
ddlClientName.DataValueField = "ID"
ddlClientName.Data... more >>
A Beginner question DropDown list box
Posted by anonymous at 1/4/2004 8:56:28 PM
Hi Folks,
I have a form with two Dropdown list boxes, which get loaded with data from
Database.
DropDownList1 gets data from Table1
and
DropDownList2 gets data from Table2
Table1 has a parent child relationship with Table2 ( has a foreign key to
Table1)
DropdrownList2 needs to be loade... more >>
Problem with external class file
Posted by Roger at 1/4/2004 6:18:00 PM
Hi,
I'm trying to import a namespace from an external class file, but I get the
following error when calling its methods:
BC30451: Name [Class] is not declared
How do correctly import a custom namespace?
Roger
... more >>
Help Needed with Static Object Clean Up.
Posted by Rick at 1/4/2004 6:16:09 PM
Hello,
Below I create a static instance of an object, works well.
public static BasicCounter GlobalCounter = new
BasicCounter("GlobalCounter");
private void Page_Load(object sender, System.EventArgs e)
{
GlobalCounter.Increment();
}
In BasicCounter the counts are stored in a Hashtab... more >>
Can't send html email message with asp.net
Posted by naggar NO[at]SPAM netvision.net.il at 1/4/2004 4:45:20 PM
Hello to everyone,
Does anybody know how to send html formatted messages with asp.net?
I tried to send such messages with the code below but the content type is wrong.
The content type is multi-part and not html/text as expected.
The code i use is:
mailmsg.To = "XXX@XXXX.com"
mailmsg.Subject... more >>
MSIL
Posted by Mark Fox at 1/4/2004 3:40:52 PM
Hello,
I have read a lot about how the .NET Framework uses
MSIL as its intermediate language. If I have a project
in C# in VS.NET 2003, how do I get the MSIL for it so I
could look at it? Better yet, I would like to obfuscate
it using the Dotfuscator Community Edition and then get ... more >>
Anchor(Hyperlink) Color
Posted by Angel at 1/4/2004 2:54:47 PM
In my body html tag I place the following:
<body vLink="green" link="white"
MS_POSITIONING="GridLayout">
For some reason or another when i use a <a href="..">
somewhere on my page it still displays the color blue on
the hyperlink eventhough i set on the body tag to use
white. What is w... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
forms authentication with loginurl on a remote machine
Posted by Hermit Dave at 1/4/2004 2:31:44 PM
Hi,
I am making a web application (rather two applications) one which is host
and used by customers when they are just browsing through products.
The second application resides on a secure server. This is going to hold all
account related information for the customers and will also be used for... more >>
WebMenu Cross frame
Posted by Gene Ariani at 1/4/2004 2:26:44 PM
Hi;
Does any one know of asp.net web menu with cross frames capability, so the
menus can cross frames and not be contained in them?
Any direction is appreciated it.
... more >>
Sending exceptions to a TextBox
Posted by Jerry J at 1/4/2004 2:20:48 PM
I am using page level exceptions on some of my WebForms.
In most cases I am handling the errors simply like this:
Private Sub Page_Error(ByVal sender As Object, ByVal e As
System.EventArgs) Handles MyBase.Error
Response.Write(Server.GetLastError().Message)
Server.ClearError()
End ... more >>
Caching some Parts of a Page on the Client ?
Posted by Captain Chaos at 1/4/2004 12:59:20 PM
Is it Possible to Cache Pictures JPG/BMP on the Client Browser ?
The other Elements of the Page should not being cached because they change.
Is it possible to cache parts of a page on the Client but not the whole
page
... more >>
Problems with Images and SQL !
Posted by Ola Myrgart at 1/4/2004 10:19:48 AM
Hi!
This is the errorcode I get when I try to insert some new data inot my
SQL DB.
Exception Details: System.NullReferenceException: Object reference not
set to an instance of an object.
Line 125: Dim connectionString As String =
"server='localhost'; user id='sa'; passwor... more >>
Get RadioButtonList's selected value in js
Posted by mg at 1/4/2004 9:07:22 AM
After a selection is made in the following RadioButtonList
<asp:RadioButtonList id="RadioButtonList1" runat="server">
<asp:ListItem Value="Y"></asp:ListItem>
<asp:ListItem Value="N"></asp:ListItem>
</asp:RadioButtonList>
the following script [in a client-side CustomValidator]
retur... more >>
Refreshing parent window
Posted by Kenneth at 1/4/2004 8:11:46 AM
Hi,
I have two forms, parentForm and childForm. parentForm has
a button(btn1) and a grid. childForm has a couple of
textboxes and a button.
The button on parentForm opens a new window of childForm:
btn1.Attributes("onclick")="javascript window.open(...."
In childForm a couple of text... more >>
datagrid in a session variable?
Posted by Michelle Stone at 1/4/2004 5:58:29 AM
Hi all. I have an empty datagrid on my web form. And I
add BoundDataColumn(s) to it through code. But after each
postback, the columns and rows disappear.
As a workabout, I tried to rebind the datagrid to the
dataset (stored in a session variable) on the PageLoad
function which works fine... more >>
Getting the value of a databound cell in a datagrid in a loop
Posted by parkJunkie NO[at]SPAM orlandorocks.com at 1/4/2004 1:56:58 AM
Ok, I am stumped.
I can get the value of a cell in the item command event with
e.item.cells(3).text
but what I need to do is loop through a datagrid rows and get the
values of a paticular column, hence I do not have the "e"
I am looping through with:
For Each dgitem In DataGrid1.Items... more >>
tempDirectory in web.config
Posted by shahar NO[at]SPAM log-on.com at 1/4/2004 1:02:09 AM
Hi
how can I get the value of the tempDirectory in code ?
i.e.
is there any method to get it (like Compilation.GetTempDir())
Thanx... more >>
|