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

ASP.NET

 
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 
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
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 
GeneralRe: Thank you Pin
minhpc_bk21-Aug-06 0:40
minhpc_bk21-Aug-06 0:40 
GeneralThank you Again Pin
Jay_se21-Aug-06 3:08
Jay_se21-Aug-06 3:08 
QuestionSession.sessionID Pin
meghs11118-Aug-06 21:23
meghs11118-Aug-06 21:23 
AnswerRe: Session.sessionID Pin
Coding C#18-Aug-06 21:39
Coding C#18-Aug-06 21:39 
Questioncontext menu using javascript Pin
248912818-Aug-06 20:37
248912818-Aug-06 20:37 
AnswerRe: context menu using javascript Pin
Sathesh Sakthivel18-Aug-06 21:14
Sathesh Sakthivel18-Aug-06 21:14 
QuestionA problem with Cross Page Posting in ASP.NET Webpages Pin
Hussein Madani Ghomi18-Aug-06 20:02
Hussein Madani Ghomi18-Aug-06 20:02 
AnswerRe: A problem with Cross Page Posting in ASP.NET Webpages Pin
Sathesh Sakthivel18-Aug-06 21:21
Sathesh Sakthivel18-Aug-06 21:21 
QuestionHow to validate a textbox inside the datagrid [modified] Pin
kavithapuranik18-Aug-06 19:24
kavithapuranik18-Aug-06 19:24 
AnswerRe: How to validate a textbox inside the datagrid Pin
coolestCoder18-Aug-06 20:09
coolestCoder18-Aug-06 20:09 
QuestionAutosave using Ajax in every 10 sec. Pin
Amit Agarrwal18-Aug-06 18:59
Amit Agarrwal18-Aug-06 18:59 
AnswerRe: Autosave using Ajax in every 10 sec. Pin
HRiazi19-Aug-06 1:14
HRiazi19-Aug-06 1:14 
GeneralRe: Autosave using Ajax in every 10 sec. Pin
Amit Agarrwal19-Aug-06 1:45
Amit Agarrwal19-Aug-06 1:45 

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.