Click here to Skip to main content
15,893,564 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Grid View Problem Pin
Vimalsoft(Pty) Ltd17-Jun-09 21:15
professionalVimalsoft(Pty) Ltd17-Jun-09 21:15 
QuestionSet home page to center on screen Pin
misCafe17-Jun-09 20:37
misCafe17-Jun-09 20:37 
AnswerRe: Set home page to center on screen Pin
Vimalsoft(Pty) Ltd17-Jun-09 21:38
professionalVimalsoft(Pty) Ltd17-Jun-09 21:38 
GeneralRe: Set home page to center on screen Pin
misCafe17-Jun-09 21:59
misCafe17-Jun-09 21:59 
Questionplease help me Pin
sivasampathkumar17-Jun-09 20:27
sivasampathkumar17-Jun-09 20:27 
AnswerRe: please help me Pin
Christian Graus17-Jun-09 21:45
protectorChristian Graus17-Jun-09 21:45 
QuestionMenu problem Pin
naveen attri17-Jun-09 20:25
naveen attri17-Jun-09 20:25 
QuestionObject reference not set to an instance of an object wen the cookie has no value Pin
anbusenthil17-Jun-09 19:58
anbusenthil17-Jun-09 19:58 
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
con = New SqlConnection(ConfigurationManager.ConnectionStrings("ESCConnection").ConnectionString)
If IsPostBack = False Then
gridbind()
End If
'for setting language preference
If Request.Cookies("lang").Value Is Nothing Then------>(Object reference not set to an instance of an object wen the cookie has no value)

Thread.CurrentThread.CurrentCulture = New CultureInfo("en-US")
'get the culture info to set the language
rm = New ResourceManager("Resources.Strings", System.Reflection.Assembly.Load("App_GlobalResources"))
ci = Thread.CurrentThread.CurrentCulture
LoadStrings(ci)
End If
AnswerRe: Object reference not set to an instance of an object wen the cookie has no value Pin
suzzain17-Jun-09 20:10
suzzain17-Jun-09 20:10 
AnswerRe: Object reference not set to an instance of an object wen the cookie has no value Pin
Christian Graus17-Jun-09 21:46
protectorChristian Graus17-Jun-09 21:46 
Questionjavascript for slideshow is not working in firefox Pin
suzzain17-Jun-09 19:40
suzzain17-Jun-09 19:40 
AnswerRe: javascript for slideshow is not working in firefox Pin
N a v a n e e t h17-Jun-09 19:48
N a v a n e e t h17-Jun-09 19:48 
GeneralRe: javascript for slideshow is not working in firefox Pin
suzzain17-Jun-09 20:46
suzzain17-Jun-09 20:46 
GeneralRe: javascript for slideshow is not working in firefox Pin
Christian Graus17-Jun-09 21:48
protectorChristian Graus17-Jun-09 21:48 
AnswerRe: javascript for slideshow is not working in firefox Pin
httplover18-Jun-09 5:05
httplover18-Jun-09 5:05 
QuestionGetting problem with TreeView Pin
CrazyCoder2617-Jun-09 19:33
CrazyCoder2617-Jun-09 19:33 
AnswerRe: Getting problem with TreeView Pin
himanshu256117-Jun-09 19:59
himanshu256117-Jun-09 19:59 
QuestionMove records from one panel to another Pin
meghamaharshi17-Jun-09 18:44
meghamaharshi17-Jun-09 18:44 
AnswerRe: Move records from one panel to another Pin
Christian Graus17-Jun-09 19:57
protectorChristian Graus17-Jun-09 19:57 
Questionhow to show raw data into browser as pdf formate(generate pdf file on runtime) Pin
mkashifbutt17-Jun-09 18:27
mkashifbutt17-Jun-09 18:27 
AnswerRe: how to show raw data into browser as pdf formate(generate pdf file on runtime) Pin
Christian Graus17-Jun-09 18:44
protectorChristian Graus17-Jun-09 18:44 
GeneralRe: how to show raw data into browser as pdf formate(generate pdf file on runtime) Pin
mkashifbutt17-Jun-09 20:28
mkashifbutt17-Jun-09 20:28 
QuestionDisplaying Square character instead of showing a line space Pin
shijivijayan17-Jun-09 18:26
shijivijayan17-Jun-09 18:26 
AnswerRe: Displaying Square character instead of showing a line space Pin
Abhijit Jana17-Jun-09 18:29
professionalAbhijit Jana17-Jun-09 18:29 
AnswerRe: Displaying Square character instead of showing a line space Pin
Christian Graus17-Jun-09 18:46
protectorChristian Graus17-Jun-09 18:46 

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.