Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score SMS options for 1 recipient?
JJ - 30 Dec 2006 4:25 PM - 1 message
I have the need to notify myself of certain website events via an SMS to my mobile phone. I have never done this but presume I need an SMS gateway to send my XML/message to in order to get it onto the mobile network? ...
Score Event firing twice
Slim - 29 Dec 2006 5:27 PM - 1 message
I have loop that builds table rows, it also attaches events, this works fine on all but the last row, where the event fires twice I have autowireup set to false any ideas? For i = 0 To UBound(oCountries.getCountries) ...
Score Capturing Parameters
Bret - 28 Dec 2006 2:42 AM - 1 message
I have a SQLDataSource that runs a stored procedure which returns just one record which is an EmployeeID.  In the same webform I have a second SQLDataSource that runs a simple SELECT statement but needs the EMPLOYEEID in the first datasource as the criteria or parameter. ...
Score type info from a non-instantiated class
Random - 27 Dec 2006 11:31 PM - 1 message
Does anyone here know how to get the type from a variable representing a non-instantiated class?  Something like this.... Dim a As MyClass Dim t As System.Type = GetType(a) Interestingly, GetType(MyClass) works just fine, but using a variable in ...
Next »