what exception will it throw? i am creating a custom error page specifically for sql server that is under maintenance. right now, im using error code 500 internal server error. is this correct? or is there any more appropriate error code to use?
thank you very much...
User Profile
Collapse
-
thanks for the reply but what i meant was...if I try to access a website that has a sql server under maintenance (assuming the site has no custom error page) what will be the error displayed by the site.Leave a comment:
-
HTTP Error code of SQL server down
what will be the http error code (ex. 404, 500) produced when an sql server is down due to maintenance works? thanks in advance =) -
hehe...tried searching on how to implement this on export then directing the data to other worksheet but have no luck of finding one that can help me. do you any resource material or link that i can check? thanks for your reply =)...Leave a comment:
-
Export multiple worksheet to excel
Hi guys,
i'm able to export data to an excel from my asp .net page, i can even create multiple worksheets. the problem is, i can not specify where worksheet should the data be placed. below is my sample code...
response.Conten tType = "applicatio n/vnd.ms-excel"
<xml><x:ExcelWo rkbook> <x:ExcelWorkshe ets><x:ExcelWor ksheet><x:Name> "Worksheet1 "</x:Name>... -
prinsipe replied to The service did not response to the start or control request in a timely fashionin IIShi kneidels,
i'm having the same problem...have you resolved this issue? thanks!...Leave a comment:
-
ASP .Net - Autosave datagrid
hi all,
how can i autosave edited values from my datagrid when the user moves from page to page?
i am using template column, textbox is used in item for the user to update the values.
is this possible? any help would be greatly appreciated. tnx in advance... -
ASP .NET - Automatic Update of datagrid?
my datagrid allows paging and is it possible to automatically save all data from the current page when another page is click?
also, it will really look cool if my datagrid can ba edited when cells are double clicked then it will become editable. is this possible?
any link, advise is greatly appreciated. thanks! -
ASP .NET (VB) - sql image to image control
i have to get an image from the database and should be displayed to an imagecontrol of the same page. i was able to retrieve the image but it is displayed in another page. thanks... -
hello,
have no idea on how to do that, hehe clueless. any help would be greatly appreciated. just need some bits of the puzzle and will try solve it on my own. thanks....Leave a comment:
-
ASP .Net - Exclude column using dataview
hi all,
i have an app that calls a sp. values generated from sp are stored in a dataset. dataset is then filtered using dataview rowfilter then displayed on datagrid. all works fine. my question is...can i exclude a column from dataview?
let's say in my sp, i query for column1, column2 and column3. all columns are stored in a dataset then used dataview.rowfil ter to filter values from column3. what if i don't want to show column3... -
Back button of Internet Browser - mess my links
hi all,
i have hyperlinks on my page that shows images in the same page. i used iframe to show the images in the same page. when a hyperlink is clicked, hyperlinks under that hyperlink should appear. i placed the hyperlinks in a table so i can show/hide them using their cell names. it is working fine, but the problem comes when i click the back button of the internet browser. it does not show the previous hyperlinks. is there anything... -
hi clint
i'm using asp .net. i used asp to create the hyperlinks. im having a hard time getting the controls in asp and manipulate them in javascript. when i set the property of hyperlinks (around 20) to visible = false in asp .net (on page load, i want almost all links to be hidden. then by clicking a link, some links should be visible and others should be hidden), i can not set it to visible using javascript......Leave a comment:
-
hide/show hyperlinks
Hi all,
what i'm doing is showing/hiding hyperlinks depending on the hyperlink clicked. it is partially working. when i call step1, all hyperlinks are hidden. but then i call step2, single and mulitple is visible. the problem is when i call step1 again, it does not hide single and multiple hyperlinks. any idea to solve my problem? thanks in advance! below is my sample script...
function Step1()
{
document.all.di sappear.style.v isibility...
No activity results to display
Show More
Leave a comment: