Click here to Skip to main content
15,889,176 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to do this? Pin
Amit Agarrwal19-Aug-06 3:55
Amit Agarrwal19-Aug-06 3:55 
AnswerRe: how to do this? Pin
Colin Angus Mackay19-Aug-06 21:30
Colin Angus Mackay19-Aug-06 21:30 
Questionmenu generation Pin
omi9819-Aug-06 3:34
omi9819-Aug-06 3:34 
AnswerRe: menu generation Pin
Suresh Pirsquare19-Aug-06 4:59
Suresh Pirsquare19-Aug-06 4:59 
GeneralRe: menu generation Pin
omi9821-Aug-06 6:36
omi9821-Aug-06 6:36 
AnswerRe: menu generation Pin
postmaster@programmingknowledge.com19-Aug-06 8:04
postmaster@programmingknowledge.com19-Aug-06 8:04 
QuestionUnable to get the SelectedRow of WebCombo in VB .Net 2003 Pin
arvindbhateja19-Aug-06 2:55
arvindbhateja19-Aug-06 2:55 
QuestionProblem relating to Image Upload on webserver Pin
nabeelkhan18-Aug-06 23:40
nabeelkhan18-Aug-06 23:40 
HI,
hw r u all,i have a problem ,i have a website that i made in asp.net and vb.net.in this website i want to uppload image on my websever folder name as "Images",and that images i displayed in my datagrid..locally on my machine its working well,bt no i want to test it on my webserver,tell me how can i athunticate against the username and password that my webserver used to uplaod files,here ist he code that i locally use

Dim f_info As New FileInfo(UploadFile.Value)
If f_info.Extension = ".bmp" Or f_info.Extension = ".gif" Or f_info.Extension = ".jpg" Then
Dim f_name As String = System.IO.Path.GetFileName(UploadFile.Value)
'f_name=f_name.Replace(f_name.Substring(0,f_name.
Dim insert_path As String = "images/" + f_name
Dim save_location As String = Server.MapPath("../images" + "/" + f_name)
'Dim phy_location As String = Request.PhysicalPath
UploadFile.PostedFile.SaveAs(save_location)
Image_SaveToDBURL(insert_path).
tell me how can i uplaod image on the webserver through proper Authentication
kindly help me in this regard
AnswerRe: Problem relating to Image Upload on webserver Pin
postmaster@programmingknowledge.com19-Aug-06 2:16
postmaster@programmingknowledge.com19-Aug-06 2:16 
QuestionObtaining the total rows of a gridview Pin
HRiazi18-Aug-06 22:35
HRiazi18-Aug-06 22:35 
AnswerRe: Obtaining the total rows of a gridview Pin
Jay_se18-Aug-06 22:45
Jay_se18-Aug-06 22:45 
GeneralRe: Obtaining the total rows of a gridview Pin
HRiazi19-Aug-06 1:01
HRiazi19-Aug-06 1:01 
GeneralThanks Hadi Pin
Jay_se20-Aug-06 18:25
Jay_se20-Aug-06 18:25 
Questionhelp wit dropdonwbox sql binding Pin
neodeaths18-Aug-06 22:22
neodeaths18-Aug-06 22:22 
AnswerRe: help wit dropdonwbox sql binding [modified] Pin
coolestCoder18-Aug-06 23:12
coolestCoder18-Aug-06 23:12 
AnswerRe: help wit dropdonwbox sql binding Pin
postmaster@programmingknowledge.com19-Aug-06 2:22
postmaster@programmingknowledge.com19-Aug-06 2:22 
GeneralRe: help wit dropdonwbox sql binding Pin
neodeaths19-Aug-06 8:39
neodeaths19-Aug-06 8:39 
QuestionCalling Java function on page load [modified] Pin
DineshSharma18-Aug-06 21:58
DineshSharma18-Aug-06 21:58 
AnswerRe: Calling Java function on page load Pin
Guffa18-Aug-06 22:44
Guffa18-Aug-06 22:44 
GeneralRe: Calling Java function on page load Pin
DineshSharma18-Aug-06 23:46
DineshSharma18-Aug-06 23:46 
QuestionProblem in athuntication on webserver Pin
nabeelkhan18-Aug-06 21:58
nabeelkhan18-Aug-06 21:58 
QuestionSetting Conrol page (.ascx) dynamicly. Pin
NaNg1524118-Aug-06 21:46
NaNg1524118-Aug-06 21:46 
QuestionProblem in using PreviousPage Property [modified] Pin
Jay_se18-Aug-06 21:27
Jay_se18-Aug-06 21:27 
AnswerRe: Problem in using PreviousPage Property Pin
minhpc_bk19-Aug-06 4:00
minhpc_bk19-Aug-06 4:00 
GeneralThank you Pin
Jay_se20-Aug-06 18:06
Jay_se20-Aug-06 18:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.