Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:770966
More Search Options
RSS Available
Matching Posts
Re: HTTPCONTEXT
hi friend , visit the following links http://www.odetocode.com/Articles/112.aspx and if you want to detial ( API Modal ) then visit the following link http://msdn2.microsoft.com/en-us/library/system.web.httpcontext.current(VS.71).aspx
Posted to
Getting Started
(Forum)
by
rajeev.net@hotmail.com
on 4/28/2008
Re: excepction handler fires twice !!!!
I have seen ur code , one case would be happened that both method updateItem() and dosomething() have error ..first you carefully debug , i hope u will sue find clue
Posted to
Getting Started
(Forum)
by
rajeev.net@hotmail.com
on 4/25/2008
Re: Folder browse dialog box in web application
Hi Friend, If you want to browse file in your web page , then you have two options HTML Control <Input type="file" > Web Control FileUpload
Posted to
Getting Started
(Forum)
by
rajeev.net@hotmail.com
on 4/25/2008
Re: How to save image file in database table?
Hi Firends, You should save only file path in database. it means first you upload it on server ( any folder )and when you are going to show this image just set the Path of this uploaded imgae . Following link will be help you in case of file( image) uploading and download File Upload Process http://www.c-sharpcorner.com/UploadFile/mahesh/FileUpload10092005172118PM/FileUpload.aspx?ArticleID=79850d6d-0e91-4d7b-9e27-a64a09b0ee6b Image Show ( OR Downloading Process )
Posted to
Web Forms
(Forum)
by
rajeev.net@hotmail.com
on 4/23/2008
Re: Can we pass String arrays to a web Service?
hi friend , you can send to any type of data type( like string , array , class ) via a web service
Posted to
Getting Started
(Forum)
by
rajeev.net@hotmail.com
on 4/7/2008
Re: Very Urgent Regading forms
hi friend , in chitra 's solution , he/she maps Parent window's method/function on child window and in my solution , we call Parent window reference (like Control ID etc ) in child window code. Chitra's solution is better than my solution ....
Posted to
Web Forms
(Forum)
by
rajeev.net@hotmail.com
on 4/7/2008
Re: Include Files Dinamically
hi, try the following code for dynamically add the HTML file <% 'A variable is declared to hold a file name Dim MyFile 'The desired file name is passed to the variable. MyFile = Request("SomeFileName") 'Then the variable holding the file name is passed 'to the include directive. %> <!--#include file= <% =MyFile %> --> i hope , it will help you
Posted to
Getting Started
(Forum)
by
rajeev.net@hotmail.com
on 4/4/2008
Re: How to write the if statement
DataReader object reader works in only connection mode so don't close reader object till you have to show reader doesn't have any row Dim reader as data.IdataReader = cmd.ExecuteReader Dim recordsAffected as integer = -1 if reader.recordsAffected < -1 then lblError.text = "This query find no matches" end if grid2.Datasource = reader grid2.databind = () reader.close() cnn.close()
Posted to
Data Presentation Controls
(Forum)
by
rajeev.net@hotmail.com
on 4/4/2008
Re: Very Urgent Regading forms
Hi Sudha.. I have understood your problem . you want to tranfer data from child window to parent window. you have to use following code in 2nd page's javascript code to transfer data between childwindow to parent window opener.document .getElementById('txtbox').value= document .getElementById('').value;
Posted to
Web Forms
(Forum)
by
rajeev.net@hotmail.com
on 4/4/2008
Re: namespace system.web
Hi Friend, If you want to import the System.web namespace in your project . First you have to add it's reference in ur project ....
Posted to
Getting Started
(Forum)
by
rajeev.net@hotmail.com
on 4/3/2008
Page 1 of 11 (106 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
WindowsClient:
Runtime Fault Injection using TestAPI
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
WindowsClient:
The year ahead, 2010.
TechNet Edge:
FOPE Policies Deep Dive Interview
Silverlight:
Silverlight HVP Design Update
WindowsClient:
Windows Client Developer Roundup for 12/28/2009
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online