what do you mean? you can't see your parameters in the querystring or it's not even there?
Please don't forget to mark 'Good Answer', if you find it really a good one! Kashif
what do you mean? you can't see your parameters in the querystring or it's not even there?
Please don't forget to mark 'Good Answer', if you find it really a good one! Kashif
I was just reading some article and there was an example regarding Cookies in ASP.Net. The example was using Request.Cookies.Add and I was like, Request is used to get something from client side, so this code is written incorrectly. But when I tried the code, it was a surprise for me to know that both exist and both does the same job. So I'm just wondering if someone out there knows the secret about this having Response and Request Add method for Cookies! Adios
Please don't forget to mark 'Good Answer', if you find it really a good one! Kashif
Are you still having problem? Sorry I was able to reply back earlier.
Please don't forget to mark 'Good Answer', if you find it really a good one! Kashif
just check your ports are open which it's accessing remotely
Please don't forget to mark 'Good Answer', if you find it really a good one! Kashif
have you allowed sql server to make remote connection?
Please don't forget to mark 'Good Answer', if you find it really a good one! Kashif
He has not even set CustomErrors section's mode to off.
Please don't forget to mark 'Good Answer', if you find it really a good one! Kashif
I've read many article to solve this mystery and don't want to waste more time on it now :) Anyway thanks for the reply, your answer make sense!
Please don't forget to mark 'Good Answer', if you find it really a good one! Kashif
Yeah but I'm looking for correct answer :)
Please don't forget to mark 'Good Answer', if you find it really a good one! Kashif
I was just wondering how ASP.Net knows that the source code has been changed and it need to be complied?
Please don't forget to mark 'Good Answer', if you find it really a good one! Kashif
I installed vs2010 in a day or two it got slow specially the intellisense. I came to know add-ins were the cause and as soon I uninstall it, it ran like cheetah :D
Please don't forget to mark 'Good Answer', if you find it really a good one! Kashif
You've done the right thing, you can have dataset, datatable or class object (orm) in your page, otherwise you can implement your requirement! Let me ask you something, can you tell me what db you're using by looking at ds, dt or object? No, you can't because that's independent of actual database your ds,dt doesn't know from what type of db they're getting data.
Please don't forget to mark 'Good Answer', if you find it really a good one! Kashif
you can even use FreeTextBox or FCK Editor
Please don't forget to mark 'Good Answer', if you find it really a good one! Kashif
There's a possibility of having some error in your js, if so, the event will fire weather it's true or false.
Please don't forget to mark 'Good Answer', if you find it really a good one! Kashif
How you invoking you event? Is it through js?
Please don't forget to mark 'Good Answer', if you find it really a good one! Kashif
Restart your visual studio!
Please don't forget to mark 'Good Answer', if you find it really a good one! Kashif
Do error logging
Please don't forget to mark 'Good Answer', if you find it really a good one! Kashif
how you're exporting to excel?
Please don't forget to mark 'Good Answer', if you find it really a good one! Kashif
You can even use ASP.Net's LinkButton and set its property target to _blank
Please don't forget to mark 'Good Answer', if you find it really a good one! Kashif
You can validate on OnItemDataBound event of repeater.
Please don't forget to mark 'Good Answer', if you find it really a good one! Kashif
As you're loading your usercontrol dynamically, you've to add it to viewstate dynamically too.
Please don't forget to mark 'Good Answer', if you find it really a good one! Kashif