hi friends, i am doing one Event Calendar. my requirement is i need put the event calendar in a user control. i made the all the things and in local,but if i put this in live server it is not working. it just simply displays the calendar, when change the month it is not chaning, and this is happening only in IE, it is working fine in Mozilla Firefox and opera browsers. no server side event is firing, can u help me please. with regards krisshnaprabhu
kpsetty
Posts
-
Calendar Control is not working in Live Server -
Calendar Control is not working in Live Serverhi friends, i am doing one Event Calendar. my requirement is i need put the event calendar in a user control. i made the all the things and in local,but if i put this in live server it is not working. it just simply displays the calendar, when change the month it is not chaning, and this is happening only in IE, it is working fine in Mozilla Firefox and opera browsers. no server side event is firing, can u help me please. with regards krisshnaprabhu
-
Active DirectoryHi, I had done all the things now I can be able to retrieve the information from Active Directory when I login by using the IE(windows), if I get login through firefox through windows & Mac(Apple) and in the safari & IE for Mac I am getting this error " An operations error occurred", can u able to help me to get out of this problem. krisshnaprabhu
-
how to do "Lucene- WildCard Search"hi friends, i need to use lucene - wildcard search, but i don't know how to do it, is anybody has done this here before, please give me the piece of codings.and also please tell me, how to search if my starting characters is in German Language like ä. kpsetty
-
how to split filename from filepathhi friends, i am having HTML file control, i need to split the file name from that path, my condition is , i should not make the control as runat=server. without using that, i need the split the file name. plese help me krisshnaprabhu
-
Hide URL from Client Browser:-Dhi sajjad, u follow the this link http://www.codeproject.com/aspnet/urlcloaking.asp u will get the required information. Instead of that u can decrypt the querystring while sending and encrypt it while retrieving, this will be more ease to do. krisshnaprabhu
-
Does session works if we disable cookies:confused:hi all, one of my friend is telling that, session doesn't works if the the client disable the cookies in his computer.he is telling that while moving from one webpage to another webpage, the session hold the datas in the cookies.i disabled the cookies in my browser and fetch the data from cookie, it works, but my friend is telling that it wont work after hosting the site. please the well known persons clarify me. krisshnaprabhu
-
CSS not workingAnuj Kamthan, Do NOT leave spaces between the property value and the units! Suppose if you used "margin-left: 20 px" instead of "margin-left: 20px" it will only work properly in IE6 but it will not work in Mozilla/Firefox or Netscape. The following information only is enough to add stylesheet. Krisshnaprabhu Setty
-
CSS not workinghello Anuj Kamthan, i think this is the correct way,please check the name and path of the folder. i am also using CSS. the following is the code i used.check whether u have a folder named common. krisshnaprabhu Setty
-
How to Get One Form's(datagrid items) Values in another Formhey there, thanks for your reply, i know how to use the request.querystring methods, but in my page i am havign more than 25 labels and one datagrid, the datagrid contains 5 columns and the size of the row will be change, os i need those controls in another page. now i use server.transfer method and acheived method to get those controls in another page, how can i get these contols, if i use response.redirect method.
-
How to Get One Form's(datagrid items) Values in another Formhi friends, in one form i am havig few textboxes to take input from the user and having one datagrid,in the datagrid ther use will change some values, after he click the 'Go' button , i am going to another pager, there i need these textboxes value and datagrid's changed values.
-
Adding items to DataGrid in runtimehi, i think u said for web application, may i get the solution for window application to add/update/delete at runtime
-
how to make a datagridcolumn as comboboxhi friends, i am new to vb.net window applications,i don't know how to make a datagrid column as combobox and at the same time i need to bind the data to the combobox from the database.is anyone knows please help me
-
how to format a string in the templatecolumnhi graus, thanks for ur reply, the below coding is i am using.i had used "Formatstring" method to format the column. but it gives error. -- modified at 5:10 Tuesday 30th August, 2005
-
how to format a string in the templatecolumnhi friends, i don't know how to format a templatecolumn. this is a number column, i ahve show this with commas and two digits after decimal.
-
Is anybody know how to validate(using javascript) a textbox inside datagridhi dear, i can't get any intellisence after " e.Item.Cells(0).Controls(1).... ", i don't know how u get this. i tried in the itemdatabound and itemcommand
-
Is anybody know how to validate(using javascript) a textbox inside datagridi want to use javascript validation.The textbox(inside the datagrid) should not accept special characters like @#^&|\/%~`
-
Is anybody know how to validate(using javascript) a textbox inside datagridhi friends, i don't know how to validate(using javascript) a textbox control inside a datagrid.please help me i am new to this.
-
how to attach file from network drivesdear salim, i used the code "getfile.postedfile.Filename" but it throws the error, eventhough i tried ur code "IO.Path.GetFileName(getFile.PostedFile.FileName)" but it returns only the filename and not along with the path.i hope u got my question correctly.for ur reference once again i explain. problem: ======== In my local Area Network there are 5 computers and one server.Everybody have right to access(Read,Write,Delete) a folder which is in the server.i am making web application.in my application i am using HTML file field for attaching file.If i pick a file from the server's accessible folder then it will throw an exception "Could not find part of the filename".but if i select a file from my local harddrives then it works without any problem.
-
how to attach file from network drivesdear salim, actually i can be able to attach and upload the file to sql server only form my local drives (C:, D:)etc., bu i can't be able to pick and upload the files from the another computers available in my Local Area Network.