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
Z

zareee

@zareee
About
Posts
77
Topics
49
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Hide toolbar and menu bar of IE.
    Z zareee

    I used this script, var win=null; function NewWindow(mypage,myname,w,h,scroll,pos){ if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;} if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;} else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20} settings='width='+w+',height='+h+',top=0,left=0,scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no'; win=window.open('Login.aspx',myname,settings);} and called the function in onload of tag..... but it keeps on loading again n again

    zari

    ASP.NET csharp asp-net

  • Hide toolbar and menu bar of IE.
    Z zareee

    Hi, I want to hide the toolbar and menu bar address bar, when my webpage is loaded.that is immediately after the URL is requested.I am using ASP.NET(C#). And also need to block the F5 KEY coz its a shortcut for refresh. reply ASAP. THANKS IN ADVANCE

    zari

    ASP.NET csharp asp-net

  • Storing datas from CreateUserwizard control to my database
    Z zareee

    Hi, I have webform created in asp.net 2.0. I use createuserwizard control.I want to store the datas from the control to my database that i have created in Microsoft sqlserver Management Studio.the control by default stores in aspnetdb which i don't want.I have changed the connectionstring in web.config as per my requirement.And have wrote the insert query based on that configuration. Can ne body help me of what i should do further???

    zari

    ASP.NET database csharp asp-net help question

  • Performance Issues while populating datagrid
    Z zareee

    Hi, I have a datagrid to which a database table called "employee" need to be binded. there are 9999 records in my table.while i bind the datagrid it takes several minutes for it to load... is there any other ways to improve its performance so that i can reduce the time of loading the page?? plz reply ASAP... Thanx in advance,

    zari

    ASP.NET database performance question code-review

  • Validation of textbox control in a datagrid
    Z zareee

    Yeah i have checked the ascii value of ".".Its working but how to restrict the user from entering more than one decimal point... say it should allow 123.45678 n not 123**.45.67 and also not 123..**45

    zari

    ASP.NET javascript help

  • Validation of textbox control in a datagrid
    Z zareee

    It works fine with numbers... but it does not accept decimal point.I want to have only one decimal point.ne solution for this

    zari

    ASP.NET javascript help

  • Validation of textbox control in a datagrid
    Z zareee

    hi , I use datagrid with textbox control.I need a javascript validation for the textbox that should allow numeric values with a single decimal point. Maximum numeric value it can allow is 999999.99999 Can ne body help ASAP Thanx in advance,

    zari

    ASP.NET javascript help

  • Crystal Reports in ASP.NET 2005
    Z zareee

    Hi, i have created a dataset named Dataset1.xsd i have added a new crystalreport file to my apps named CrystalReport.rpt i have configured the same with my dataset. I get the tables n columns of my dataset in the FieldExplorer I drag n drop the required columns in my rpt file Then in my webform i drag n drop the crystalreportviewer and map the CrystalReport.rpt source as the source for viewer. When i execute i get this... The report you requested requires further information Dataset1 Server :Dataset Database: Username: Password: Integrated Security and a logon button can nebody help me???

    zari

    ASP.NET csharp asp-net database sysadmin security

  • Crystal Reports in asp.net 2005
    Z zareee

    Does no body knows whats the pbm??

    zari

    ASP.NET csharp asp-net database sysadmin security

  • Crystal Reports in asp.net 2005
    Z zareee

    Hi, i have created a dataset named Dataset1.xsd i have added a new crystalreport file to my apps named CrystalReport.rpt i have configured the same with my dataset. I get the tables n columns of my dataset in the FieldExplorer I drag n drop the required columns in my rpt file Then in my webform i drag n drop the crystalreportviewer and map the CrystalReport.rpt source as the source for viewer. When i execute i get this... The report you requested requires further information Dataset1 Server :Dataset Database: Username: Password: Integrated Security and a logon button can nebody help me???

    zari

    ASP.NET csharp asp-net database sysadmin security

  • Finding the filepath...
    Z zareee

    s i am using my local machine as a server

    zari

    ASP.NET csharp help tutorial question

  • Finding the filepath...
    Z zareee

    Hi, I have a textbox in which i specify the filename(ex:sample.txt) at runtime i want to display the full path of the entered filename in other textbox in a button click. I am using c#.net 2005 i tried using Path.GetfullPath("filename"); but i couldnt get the correct path.IT HAS TO SEARCH OVER ALL DIRECTORIES N GIVE ME THE PATH.... how to do this? Can ne body help me...

    zari

    ASP.NET csharp help tutorial question

  • Dynamic loading of Webusercontrol.....
    Z zareee

    Hi, I have created a Webusercontrol named sample.ascx. I Have to dynamically load the usercontrol in my Webform. The usercontrol has textbox control named Usernametxt,label control named UsernameLbl and a button control named Loginbtn The following is the code i used in the pageload of my Webform, protected void Page_Load(object sender, EventArgs e) { WebUserControl c; c = LoadControl("WebUserControl.ascx") as WebUserControl; if (c != null) { Controls.Add(c); } } I get the following error: Control 'ctl02_Usernametxt' of type 'TextBox' must be placed inside a form tag with runat=server. Can ne body help me fixing the bug

    zari

    ASP.NET help sysadmin

  • how to include Report Item toolbar for rdlc file???
    Z zareee

    hi, i created a rdlc file,in its design mode i dont have any controls in its toolbar. How to make those Report Item tab included in my toolbox report item tab is the default control tab but dont know where i am missing am i supposed to include any dll??? ne body can help me to sort out dis issue???

    zari

    ASP.NET help design tutorial question

  • Report Items tab in toolbar missing... [modified]
    Z zareee

    hi, I am using the reports in my web application using c# in .net 2005 I have created a dataset then i added a new rdlc file to my website i couldnt find the Report Item tab in the toolbox dats needed for my report.rdlc design.... I dont know wat i am missing can anybody help me out thanx in advance zaree

    modified on Monday, December 10, 2007 5:29:13 AM

    ASP.NET csharp design help

  • Datagrid in asp.net 2005
    Z zareee

    hi, i have a datagrid control,in the onitemcommand event i have wrote code to display the row details of the clicked id to the textbox it works.but the paging doesnt work here.in the click of that paging arrow the control goes to the onitemcommand n not on pageindexchanged event. When the code in the onitemcommand is commented paging works. where i m gng wrong?ne body can help?

    zari

    ASP.NET csharp asp-net help question

  • How to use shared assembly in asp.net 2005 application
    Z zareee

    In add reference i dont have the dll i created. But the dll is there in c:/winnt/assembly.

    zari

    ASP.NET csharp asp-net dotnet tutorial

  • How to use shared assembly in asp.net 2005 application
    Z zareee

    Hi, I have used Class library using C# ASP.NET2005 and created a public-private key using Sn -k myfile.snk syntax. I have signed in the key to the class library created and had builded it. I have added the dll to the GAC using gacutil /i myclasslib.dll The dll is successfully added to cache. Now, 1.How to include the shared myclasslib.dll to my new asp.net c# application? 2.Does the myfile(strongname) created can be used for sharing more than one dlls? 3.If so then how can the stron name can uniquely identify the assembly? 4.Does the c# dll can be used in vb.net windows application? Thanks,

    zari

    ASP.NET csharp asp-net dotnet tutorial

  • Reports in asp.net 2005
    Z zareee

    hi, i am using a report viewer control in my application.i have many records with the same value in name column.i have to group the name n display it once in the report with its other details ex: name job zari swengineer swtester businessanalyst

    zari

    ASP.NET csharp asp-net career

  • To make a column of datagrid empty in 2005
    Z zareee

    hi, i have a table containing empname,supervisor name and status.employee can be a supervisor.for each employee there s a supervisor. suppose a supervisor status is inactive.i have to empty the supervisor name column in both database(sql server 2000) n in datagrid ex: empname supervisorname status zari b active b c inactive here b is inactive in status i need to empty the supervisorname of emp zari both in database n datagrid. thnxs in advance,

    zari

    ASP.NET database sql-server sysadmin
  • Login

  • Don't have an account? Register

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