Click here to Skip to main content
15,896,063 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to import mails?? Pin
Ashfield30-Oct-08 22:31
Ashfield30-Oct-08 22:31 
GeneralRe: How to import mails?? Pin
Dotnetkanna30-Oct-08 22:41
Dotnetkanna30-Oct-08 22:41 
GeneralRe: How to import mails?? Pin
Ashfield31-Oct-08 3:28
Ashfield31-Oct-08 3:28 
AnswerRe: How to import mails?? Pin
Amit Agarrwal31-Oct-08 0:48
Amit Agarrwal31-Oct-08 0:48 
QuestionProblem in Gmap control --- Please anyone help me.. Pin
mrdutta30-Oct-08 20:08
mrdutta30-Oct-08 20:08 
AnswerRe: Problem in Gmap control --- Please anyone help me.. Pin
AhsanS30-Oct-08 20:14
AhsanS30-Oct-08 20:14 
AnswerRe: Problem in Gmap control --- Please anyone help me.. Pin
Amit Agarrwal31-Oct-08 0:51
Amit Agarrwal31-Oct-08 0:51 
QuestionAccess text file on server...really need help Pin
Member 174736330-Oct-08 18:38
Member 174736330-Oct-08 18:38 
Hi, i browse a file from client local hard disk and place that text file on the server. This part already done using ASP. But now i want to retrieve back that file and display it using massage box and text box for next processing..But until now still cannot work. Below is the source code. Anyone please help me..


function doKey()
{
crs = doKeyGen();
document.forms.form1.crs.value = crs;
}



Function doKeyGen()

Dim strDN
dim objFSO, objFile, objReadFile
dim strContents
dim strContents0

strDN = "<%=Session("dn")%>;"

On Error Resume Next
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFile = objFSO.GetFile("C:\NewCRS\new\uploaded\certreq.txt")


If objFile.Size > 0 Then
Set objReadFile = objFSO.OpenTextFile("C:\NewCRS\new\uploaded\certreq.txt", 1)

strContents = objReadFile.ReadAll
objReadFile.Close
End If

strContents = Right(strContents, len(strContents) - 39)
strContents = Split(strContents,"-----")
strContents0 = strContents(0)
doKeyGen = strContents0
MsgBox(strContents0)

Set objReadFile= nothing
Set objFSO = nothing


End Function





Generating Certificate Request
;
.
.
.

-camar-


AnswerRe: Access text file on server...really need help Pin
AhsanS30-Oct-08 20:15
AhsanS30-Oct-08 20:15 
QuestionHow to install an app inside the subdirectory of another app Pin
jumbojs30-Oct-08 17:30
jumbojs30-Oct-08 17:30 
AnswerRe: How to install an app inside the subdirectory of another app Pin
AhsanS30-Oct-08 20:17
AhsanS30-Oct-08 20:17 
QuestionCannot update controls from DLL events Pin
Sreenath Varma30-Oct-08 15:49
Sreenath Varma30-Oct-08 15:49 
QuestionHow to create a new GridView column that contains a dynamic URL? Pin
pzn3xq30-Oct-08 10:02
pzn3xq30-Oct-08 10:02 
AnswerRe: How to create a new GridView column that contains a dynamic URL? Pin
_AK_30-Oct-08 20:17
_AK_30-Oct-08 20:17 
AnswerRe: How to create a new GridView column that contains a dynamic URL? Pin
meeram39530-Oct-08 20:32
meeram39530-Oct-08 20:32 
GeneralRe: How to create a new GridView column that contains a dynamic URL? Pin
pzn3xq3-Nov-08 9:12
pzn3xq3-Nov-08 9:12 
QuestionDataGrid click event Pin
RohiniTalks30-Oct-08 9:29
RohiniTalks30-Oct-08 9:29 
AnswerRe: DataGrid click event Pin
_AK_30-Oct-08 20:13
_AK_30-Oct-08 20:13 
AnswerRe: DataGrid click event Pin
meeram39530-Oct-08 20:14
meeram39530-Oct-08 20:14 
Questioncannot bind gridview to a second sqldatasource programatically Pin
hassanmohamed30-Oct-08 8:16
hassanmohamed30-Oct-08 8:16 
AnswerRe: cannot bind gridview to a second sqldatasource programatically Pin
Anand Desai30-Oct-08 8:24
Anand Desai30-Oct-08 8:24 
GeneralRe: cannot bind gridview to a second sqldatasource programatically Pin
hassanmohamed30-Oct-08 8:35
hassanmohamed30-Oct-08 8:35 
GeneralRe: cannot bind gridview to a second sqldatasource programatically Pin
vaseeem30-Oct-08 9:17
vaseeem30-Oct-08 9:17 
GeneralRe: cannot bind gridview to a second sqldatasource programatically Pin
hassanmohamed2-Nov-08 14:26
hassanmohamed2-Nov-08 14:26 
NewsHeads Up - IE8 Comaptibility Mode Pin
jeffwask30-Oct-08 6:34
jeffwask30-Oct-08 6:34 

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.