Click here to Skip to main content
15,916,189 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Automatic display of data when user logs in Pin
n_gchaitra10-Feb-08 17:28
n_gchaitra10-Feb-08 17:28 
Generalimage storing/retriving Pin
sirisha guttikonda9-Feb-08 0:25
sirisha guttikonda9-Feb-08 0:25 
GeneralRe: image storing/retriving Pin
That's Aragon9-Feb-08 0:38
That's Aragon9-Feb-08 0:38 
GeneralRe: image storing/retriving Pin
VanithaVasu9-Feb-08 0:46
VanithaVasu9-Feb-08 0:46 
GeneralRetrieve image from Sql Pin
VanithaVasu8-Feb-08 23:46
VanithaVasu8-Feb-08 23:46 
GeneralRe: Retrieve image from Sql Pin
Mark Churchill8-Feb-08 23:58
Mark Churchill8-Feb-08 23:58 
GeneralRe: Retrieve image from Sql Pin
VanithaVasu10-Feb-08 19:27
VanithaVasu10-Feb-08 19:27 
Questionhow to encrypt the database connection string in web.config file Pin
jagan1238-Feb-08 23:42
jagan1238-Feb-08 23:42 
AnswerRe: how to encrypt the database connection string in web.config file Pin
Sun Rays9-Feb-08 0:22
Sun Rays9-Feb-08 0:22 
GeneralRe: how to encrypt the database connection string in web.config file Pin
jagan1239-Feb-08 0:37
jagan1239-Feb-08 0:37 
GeneralRe: how to encrypt the database connection string in web.config file Pin
Sun Rays9-Feb-08 1:00
Sun Rays9-Feb-08 1:00 
GeneralRe: how to encrypt the database connection string in web.config file Pin
jagan1239-Feb-08 1:19
jagan1239-Feb-08 1:19 
GeneralProblem in the code Pin
sjs4u8-Feb-08 22:55
sjs4u8-Feb-08 22:55 
GeneralGrid View Selected Index Pin
.NET- India 8-Feb-08 22:35
.NET- India 8-Feb-08 22:35 
GeneralRe: Grid View Selected Index Pin
Gandalf_TheWhite8-Feb-08 23:38
professionalGandalf_TheWhite8-Feb-08 23:38 
GeneralRe: Grid View Selected Index Pin
amargujrathi20069-Feb-08 7:33
amargujrathi20069-Feb-08 7:33 
QuestionI have not a option for CreateTextFormatOptions of ExportOptions. [modified] Pin
Member 39900128-Feb-08 20:57
Member 39900128-Feb-08 20:57 
GeneralWrong forum Pin
pmarfleet8-Feb-08 21:53
pmarfleet8-Feb-08 21:53 
QuestionFolder Browser(Interesting one) Pin
rain raj8-Feb-08 20:53
rain raj8-Feb-08 20:53 
Hello Genious...

I have developed folder browser which only displays the folders and not files in browser window..and let users selects folder path.

This user class like Win32SDK and inports dlls like shell32 and shared function
<dllimport("shell32.dll", preservesig:="True," charset:="CharSet.Auto)"> _

Public Shared Function SHBrowseForFolder(ByVal bi As BROWSEINFO) As IntPtr
End Function

and opens the browsing window with
idListPtr = Win32SDK.SHBrowseForFolder(bi).

Now one interesting thing is that this works in my application perfectly.. but when i publish this on local .. its not even open browser window and page opening gets hang...

i think it is may be because security of windows's dll problem..

Any solutions..? please...
GeneralRe: Folder Browser(Interesting one) Pin
pmarfleet8-Feb-08 21:52
pmarfleet8-Feb-08 21:52 
GeneralRe: Folder Browser(Interesting one) Pin
rain raj8-Feb-08 22:22
rain raj8-Feb-08 22:22 
GeneralRe: Folder Browser(Interesting one) Pin
pmarfleet8-Feb-08 23:26
pmarfleet8-Feb-08 23:26 
GeneralRe: Folder Browser(Interesting one) Pin
rain raj8-Feb-08 23:30
rain raj8-Feb-08 23:30 
GeneralRe: Folder Browser(Interesting one) Pin
amargujrathi20069-Feb-08 7:39
amargujrathi20069-Feb-08 7:39 
QuestionHow to delete a file without it getting stored in recycle bin folder . Pin
ritu43218-Feb-08 20:25
ritu43218-Feb-08 20:25 

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.