Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
P

priyareguri

@priyareguri
About
Posts
27
Topics
19
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Design Problem...
    P priyareguri

    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.

    ASP.NET design help

  • Multiple Image Upload like in orkut ...
    P priyareguri

    Hi Mr.Brij.. Exactly i want FileUpload Control....to upload multiple image files at once..

    ASP.NET help

  • Multiple Image Upload like in orkut ...
    P priyareguri

    hi fnds... i want to upload multiple images at once...using single button click event like in orkut.. plz help me... txs in advance...

    ASP.NET help

  • AutoClose of DivisionTag Window .......
    P priyareguri

    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

    ASP.NET com adobe sysadmin tools question

  • Error with deploying SSRS application...
    P priyareguri

    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....

    ASP.NET help sql-server sysadmin business

  • One or more data sources is missing credentials
    P priyareguri

    hi 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...

    ASP.NET help sql-server sysadmin

  • how to get "add web reference" option in windowsapplication..
    P priyareguri

    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..

    C# csharp help tutorial

  • Active X Control...
    P priyareguri

    Thank you very much....

    C# csharp

  • Active X Control...
    P priyareguri

    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...

    C# csharp

  • how to draw rectangle in middle of the asp.net form..
    P priyareguri

    hi friends i want to draw rectangle in asp.net ..in middle of the form..but is not getting..plzzzzzzz help me...

    ASP.NET csharp asp-net help tutorial

  • how to refresh single control ..
    P priyareguri

    hi friends..i have 10 textboxes on my web form.so i want to refresh first textbox only....plzzz help me.. txs in advance..

    ASP.NET

  • how to group......
    P priyareguri

    hi friends....plz help me that how to group set of rectangles... txs in advance..

    C#

  • how to apply zoom to usercontrol...
    P priyareguri

    iam drawing shapes using graphics..so i want to apply zoomfactor to dt usercontrol...

    C# graphics help tutorial

  • how to apply zoom to usercontrol...
    P priyareguri

    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...

    C# graphics help tutorial

  • how to make objects are visble/invisble..
    P priyareguri

    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...

    C# tutorial graphics help

  • group/ungroup of graphic objects....
    P priyareguri

    hi friends..i want to group and ungroup graphic objects...am storing these objects in arraylist..so please help me....... txs in advance...

    C# help

  • create asp.net graphs....
    P priyareguri

    hi,i want to create graphs...plz help me.. txs in advance...

    ASP.NET csharp asp-net help

  • How to create action buttons same as in powerpoint....
    P priyareguri

    hi friends,,,please help me that..i want to create action buttons same as in powerpoint action buttons..

    C# help tutorial

  • How to dispaly columndata horizontal in gridview....
    P priyareguri

    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........

    ASP.NET help tutorial

  • need query to calculate amount
    P priyareguri

    select distinct receiptno from tablename... i will displays all records without duplicates then u can fine total amount of all records ...or particular customer records...

    C# database sales
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups