all groups > asp.net > june 2006 > threads for sunday june 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
Word document saved to SQL Server as Image - retrieves incorrectly
Posted by K B at 6/4/2006 11:06:43 PM
I'm using the following in .NET to save a Word document to a SQL image
column:
Dim iImageSize As Integer = FileUpload.PostedFile.ContentLength
Dim picbyte() As Byte = New Byte(iImageSize) {}
FileUpload.PostedFile.InputStream.Read(picbyte, 0, iImageSize)
Seems to work fine, but when I retrie... more >>
Session ID
Posted by nani at 6/4/2006 9:59:34 PM
Hi,
How to access another server session ID which is crated by
pragmatically(PHP, ASP).
My application as follows.
We have one application running on Apache(PHP,MYSQL,LINUX).
and we have another server application is running on
IIS(ASP,ADSI,WINDOWS).
so we want to access the session ID ... more >>
PP: Using "custom attributes"
Posted by prabhupr NO[at]SPAM hotmail.com at 6/4/2006 9:20:03 PM
Hi Folks
I was reading this article
(http://www.dotnetbips.com/articles/displayarticle.aspx?id=32) on
"Custom Attribute", written by Bipin.
The only thing I did not understand in this article is the usage of
"Custom Attribute" in real life project. Can somebody please help me
understand wh... more >>
http context
Posted by jack at 6/4/2006 8:56:56 PM
Hi all i have read about http context and was able to figure out about
httpcontext which contains all the information about the request but i
am not clear as to what exactly i contains
can anyone help me with any example or reference so that i could be
able to understand better what it is
than... more >>
Temporary Cache
Posted by Howard at 6/4/2006 4:18:06 PM
This is what I need to do.
User goes to page1.aspx, on that page there's a textbox and a submit button
the user types in his name "john doe" then clicks submit.
Then the server takes him back to page1.aspx and displays a url on the page.
www.mywebsite.com/page2.aspx?cache=1002
If the ... more >>
Data Source Config in 2.0
Posted by Tinn Man at 6/4/2006 4:10:05 PM
in 1.1 when I configured a dataadapter, I generated the select statement and
the update, insert, and delete statements were created automatically for me.
Now with the Data Source Configuration in 2.0 it seems that I have to write
them individually.
After building the select statement, when,... more >>
Failed to Load ViewState?
Posted by rockdale at 6/4/2006 4:07:39 PM
Sometime my ASP.NET application got this error message but not always
everytime.
Failed to load viewstate. The control tree into which viewstate is
being loaded must match the control tree that was used to save
viewstate during the previous request. For example, when adding
controls dynamical... more >>
Adding controls dynamically
Posted by light of mind. heavy of belly at 6/4/2006 3:45:13 PM
Hi
I am adding a composite control in the Page_Load of the owning page. However
at PreRender of the dynamic control, none it's constituant controls have
been instantiated.
Any ideas??
Thanks
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Encrypt Querystring
Posted by Islamegy® at 6/4/2006 2:54:29 PM
I give up.. I tried everything to encrypt querystring and decrypt it back
but this never success.. i use RSA encryption. I always get excption when
Convert fromBase64String so i tried HttpUtitlity.UrlEncode() but i got bad
data Exception..
Is there anyway to work around this??
... more >>
CrystalReportsWebFormViewer and Asp.Net
Posted by News.Microsoft.com at 6/4/2006 2:49:37 PM
I have manually deployed a web app that uses the 1.1 framework on a web
server that has a full install of VS.Net 2003 and Crystal Reports. I have a
virtual directory called CrystalReportsWebFormViewer that points to the
viewer directory in visual studio .net. I have given permission to
IUS... more >>
validator controls
Posted by Howard at 6/4/2006 1:22:26 PM
I use a regex validator to check if a textbox is in email format. How do I
make sure zero length input is not accepted? Do I need to use another
requiredfield validator? or is check zero length built-in to the regex
validator?
... more >>
No Focus On TextBox In Firefox With ASP.NET 2
Posted by Daniel Friend at 6/4/2006 12:50:43 PM
It seems that the textbox in ASP.NET version 2.0 can not receive focus on a
textbox when you click on the control when you have multiple textbox's on a
page. But if I right click on the control I can get focus. How do I change
that? I need focus when the user left clicks the textbox.
Ple... more >>
Client-side scripting choice for ASP.NET?
Posted by pedestrian via DotNetMonster.com at 6/4/2006 10:29:29 AM
I intended to learn ASP.NET without learning ASP.
What I need to learn in order to write Client-side scripting
for ASP.NET effectively? What's the most popular choice?
--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/Forums.aspx/asp-net/200606/1... more >>
Add user to role on signup
Posted by ^MisterJingo^ at 6/4/2006 10:21:07 AM
Hi all,
I've been searching the net for a way to programatically add a user to
a role on successful registration. Not finding anything useful I
decided to experiment and came up with the following. Using the
SQLprovider for membership/roles and the createUserWizard:
protected void CreateUs... more >>
Hats off to Peter Bromberg
Posted by saywhat at 6/4/2006 7:52:15 AM
Hi Pete:
Many thanks for your recent article on eggheadcafe.com re: my question.
Your solution (as well as the 'other' pete's) worked great.
Yeah, it's strange that an XML control can't use a URL as a source 'out of
the box'. Perhaps someone will create a new control, akin to the
RSSDat... more >>
sending sms
Posted by sasikumar at 6/4/2006 2:54:03 AM
hi, i want to send sms to mobile using asp.net.what can i do for that.
... more >>
firefox
Posted by yonido NO[at]SPAM gmail.com at 6/4/2006 12:05:16 AM
hello
im having serious problems with firefox & server controls in asp.net
2.0
it seems it does not render basic attributes such as height.
in asp.net 1.1 i added a section in the browsercaps, and then they were
rendered.
i know that 2.0 has .browser files -
should i do anything to incl... more >>
|