hi friends... i developed one site ,design is gud in mozilla...where as in google crome and safari the design is changing,means everything extending .... Txs in adivance Supriya.
priyareguri
Posts
-
Design Problem... -
Multiple Image Upload like in orkut ...Hi Mr.Brij.. Exactly i want FileUpload Control....to upload multiple image files at once..
-
Multiple Image Upload like in orkut ...hi fnds... i want to upload multiple images at once...using single button click event like in orkut.. plz help me... txs in advance...
-
AutoClose of DivisionTag Window .......HI , the following code if am using.. i want autoclose to "dwindow" division tag after displaying for specific seconds.. <script> var dragapproved = false var minrestore = 0 var initialwidth, initialheight var ie5 = document.all && document.getElementById var ns6 = document.getElementById && !document.all function iecompattest() { return (!window.opera && document.compatMode && document.compatMode != "BackCompat") ? document.documentElement : document.body } function loadwindow(width, height) { if (!ie5 && !ns6) window.open("width=width,height=height,scrollbars=1") else { document.getElementById("dwindow").style.display = '' document.getElementById("dwindow").style.width = initialwidth = width + "px" document.getElementById("dwindow").style.height = initialheight = height + "px" document.getElementById("dwindow").style.left = "30px" document.getElementById("dwindow").style.top = ns6 ? window.pageYOffset * 1 + 30 + "px" : iecompattest().scrollTop * 1 + 30 + "px" document.getElementById("cframe").src = url } } function closeit() { document.getElementById("dwindow").style.display = "none" } </script> <script> var howLong = 10000; t = null; function closeMe() { t = setTimeout("dwindow.close()", howLong); } </script> <script> function closeHelpDiv() { document.getElementById("dwindow").style.display = "none"; } </script> </head> <body> <form id="form1" runat="server"> <div id="dwindow" style="position: absolute; cursor: hand; left: 0px; top: 0px; display: none" onselectstart="return false" > <div align="right" style="background-color: #FFFF99;"> <a onclick="closeit()" style="color: Red; font-weight: bold; cursor: pointer;">Close</a> </div> <div id="dwindowcontent"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="600" height="400"> <param name="m
-
Error with deploying SSRS application...Hi friends... am created business intelligence application in sql2005 ..so report created successfully but when i am deploying that report to my localhost server.am getting "A Connection could not be made to the report server http://localhost/ReportServer".. Please Help me... txs in advanve....
-
One or more data sources is missing credentialshi friends.. iam working with remote ssrs in sql2005.i deployed reports to my remote server sucessfully...but when am conneting to reportviewr am getting "One or more data sources is missing credentials" this error... ReportViewer1.ShowCredentialPrompts = false; ReportViewer1.ProcessingMode = ProcessingMode.Remote; ReportViewer1.ProcessingMode = Microsoft.Reporting.WebForms.ProcessingMode.Remote; ReportViewer1.ServerReport.ReportServerCredentials = new ReportServerNetworkCredentials(); ReportViewer1.ServerReport.ReportServerUrl = new System.Uri("http://SAI/ReportServer"); ReportViewer1.ServerReport.ReportPath = "/TotalStudentsReport/TotalStudentInfo"; ReportViewer1.ServerReport.Refresh(); this is the my code..and also mentioned credentials .. please help me.. txs in advance...
-
how to get "add web reference" option in windowsapplication..hi friends... am working with .net 3.5,am developed one web service now i want to access that web service by using c# windows application,but there is no add web reference option in context menu when i am right clicking on root node of the application(windows application)..please.. help me...any idea to get that option.. txs in advance..
-
Active X Control...Thank you very much....
-
Active X Control...hi friends i want Active X Controls for C# windows application...so please provide any link to download controls for purely C# windows application.. Txs in advance...
-
how to draw rectangle in middle of the asp.net form..hi friends i want to draw rectangle in asp.net ..in middle of the form..but is not getting..plzzzzzzz help me...
-
how to refresh single control ..hi friends..i have 10 textboxes on my web form.so i want to refresh first textbox only....plzzz help me.. txs in advance..
-
how to group......hi friends....plz help me that how to group set of rectangles... txs in advance..
-
how to apply zoom to usercontrol...iam drawing shapes using graphics..so i want to apply zoomfactor to dt usercontrol...
-
how to apply zoom to usercontrol...hi friends am using usercontrol as drawing area to draw graphics...so now i want to apply zoom factor to usercontrol(not to image)...plzzzzzz help me.. txs in advance...
-
how to make objects are visble/invisble..hi friends..am stroing graphics..for example rectangle,ellipse,line,round rect etc each graphic in seperate object..so now i want to make invisble/visble using button click events..plzzzzzzzz help me... txs in advance...
-
group/ungroup of graphic objects....hi friends..i want to group and ungroup graphic objects...am storing these objects in arraylist..so please help me....... txs in advance...
-
create asp.net graphs....hi,i want to create graphs...plz help me.. txs in advance...
-
How to create action buttons same as in powerpoint....hi friends,,,please help me that..i want to create action buttons same as in powerpoint action buttons..
-
How to dispaly columndata horizontal in gridview....hi friends... ..my problem is that..i have 5 rows in single column..so i want dispaly that 5 rows as 5 columns in gridview... plzzzzzzz help me... txs in advance........
-
need query to calculate amountselect distinct receiptno from tablename... i will displays all records without duplicates then u can fine total amount of all records ...or particular customer records...