when we using the ajax enabled project, there's a problem that we cannot share it in the network and cant be debugged. the following error shows when debugged from network, "An error occurred loading a configuration file: Failed to start monitoring changes to 'Y:\F_AjaxEnab' because the network BIOS command limit has been reached. For more information on this error, please refer to Microsoft knowledge base article 810886. Hosting on a UNC share is not supported for the Windows XP Platform." Y: is the drive which is mapped. Pls give me a solution..
abulhassan_shock
Posts
-
problem in ajax enabled site -
VS Problem in networkWe are using the VS 2005 for the development. Totally 4 persons are in the team. The source project is in the central contact system # 1. While others will be using the same project in network. There's no problem in accessing the project or deploying it. The problem is when one among the four saves the project, the alert message comes as, "The file has been modified outside of the source editor. Do you want to reload it ?" While programming its becoming havoc to us and very disturbing. Can we just stop this alert box or is there any alternate way to solve this ?
Regards, Abul.
-
dynamically Enabling or disabling some item in menuitems means, what ? Do you mean control ? If that was your question, Just check the UserId in the session and make the visibility property to false.
Hope, am clear.
-
Getting checkboxlist valueshow to get each value and its text from a CheckBoxList. When an item is selected, it should display the selected item's value and its text using javascript. One more, how to insert a new item to the checkboxlist using the same javascript.
Regards, Abul.
-
Javascript in datagridi have placed an image in the datagrid bound columns as e.Item.Cells(i).Text = "
" it will display an image "red.gif" in the bound column. this will call a javascript fn, which will send two values to it. Its working fine. At the same time, when i click the bound column, i want to change the image to green.gif using javascript.
same like toggle button. How to perform this, please its urgent.
Regards, abul.
-
complex datagrid operationi am having a grid that displays a time sheet, which shows whether a person is available or not in this week. To check whether he's committed or free. For that i am using 2 tables, one for the person details and another one to enter the new appoinment for the corresponding candidate. using that i have combined that two tables and displayed in the datagrid, The first column is the list of names and other 7 columns follow all the 7 days in the week. I have displayed a text (true or false) whether he's available (free) on that particular day or not. But i need to display a toggle button indicating availablility. How to use the toggle button in the grid and place the suitable image regarding the result ?
Regards, Abul.
-
doubt in ajax.i am having a form where i am insering all the values into the db via ajax. for that, i want to send the datas via xml. I have appended the datas from the form in the xml tags. So, how to send the xml to the server form via javascript. i have sent single or two datas thro' query string. But not the xml. How to send and receive a xml form client page to server page ? can we use cookiee, session or anything else ? Help me..
Regards, Abul.
-
linkbutton in datagridin the property builder, in the columns tab, add one template column. then right click the grid, select that template column. drag and drop a linkbutton into the item template column.
-
Problem in ajaxfor qstn #1: the ajax task is to check records in the db whether the name i entered in the textbox exists or not. it displays the message whether it exists or not. when accessed from network, during the event(i.e., on key press) an alert message box displays as "The page is accessing information that is not under its control. This poses a security risk. Do you want to continue ? " for qstn #2: if i give "yes" to the alert box, there's no response nor any error message. if i give no, still there is no response and it gives a javascript error as "Permission denied". This error is displayed at the bottom of the window and not as a textbox. am i clear ?
-
Problem in ajaxi am using the below code to initialize the xmlhttprequest try { obj = new XmlHttpRequest(); } catch(e) { try { obj = new ActiveXObject("Microsoft.XMLHTTP"); } catch(e1) { obj = new ActiveXObject("Msxml2.XMLHTTP"); } } it works fine in my system. but when accessed from network, the ajax features doesnt work. I have placed the code for ajax and some validation scripts in the .js file. The validation scripts works fine, but not the ajax scripts. Please give me solution...
Regards, Abul.
-
populating ddl using javascriptthanks edboe...
hello
-
populating ddl using javascriptusing javascript, i have to populate a dropdownlist text and its values. for that i am getting name and its values in two variables namely "name" and "id". the ddl text is populated using this code, document.Auto.ddlComp.options[i] = new Option(name); // working fine but to populate its correspoding values for text i used, // document.Auto.ddlComp.options[i].value = new Option(id); its not working. please tell me how to populate the corresponding ddl values to its text. Regards, abul.
hello
-
download filesi am having a text file named ReleaseNotes.txt in my project folder. In my web page, am having a link called Download_Notes. If a user clicks the link, the file should download to the client machine. How to perform this ? Regards, abul.
hello
-
dropping the dbi have dropped a database with the query drop database db_test can i get back the db ? if so, how ? Please help me, its urgent.
hello
-
how to take printout from the gridi am having the grid which displays some table content, how to take printout of the whole datagrid content with the same format. Help me.
abul
-
Error sending mailsi was using the below code to send the mail. Dim mm As New MailMessage With mm .To = ToId .From = FromId .Body = Content End With SmtpMail.SmtpServer = "192.168.0.222" SmtpMail.Send(mm) for the first half hour it was working properly. After this an error message is coming, " Could not access 'CDO.Message' object. " Please help me to solve this
hello