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
A

alav

@alav
About
Posts
12
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Sqlserver connecting problem
    A alav

    Dear all we have Vs2005, and sqlserver 2000 in our local system. We create a login.aspx file. Thru this login.aspx file(which is on the local system) , we can connect to the host server database.But while we try to connect the database thru the login.aspx file (which is on the host server) , we get the following error alert message. "An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.(provider:TCP Provider,error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)" Can anybody help for this problem?

    ASP.NET help database sql-server sysadmin question

  • Formview Modechanged and Modechanging events are not fired
    A alav

    Hi everybody The formview modechange events are not fired, when i try to change the modes to insert,edit,readonly. Thanks in advance

    ASP.NET

  • Sqlserver 2000 and Sqlserver 2005
    A alav

    Hi all What are the advantages of sqlserver2005 over sqlserver2000? Thanks in advance

    Database

  • Client - Server
    A alav

    How to implement a database server , in client-server local network,(we are using visual basic 6.0 and sqlserver 2000). The problem is ,if the connection is not available than we can't get the master datas from the server. If it is .net it is no problem. because it support connection less database. But if we use visual basic 6.0 , what is the way to persist the data from server after terminate the connection. Please can anybody help Thanks in Advance

    Database sysadmin help csharp css

  • Flexgrid scrolling problem in vb6.
    A alav

    Hi Friends, I make a flexgrid in which ,i attach combox box and check box using the control array method on each row of flexgrid. The problem is , while i scroll the flexgrid, the combo and check boxs are not moving properly with grid. Can anybody help me to solve this scrolling problem of flexgrid. Thanks in advance

    Visual Basic help css data-structures

  • How do we secure a Sqlserver database in client side?
    A alav

    Dear All, We created a windows application using Sqlserver2000,We have to deploy it at client side. My question is, the client should not be abel to open the database in any way, even if he well known with SqlServer. How do we secure it?

    Database question database

  • Asp.Net 2.0 and Sqlserver 2000
    A alav

    Hi Vicky, Thanks for your reply, its not a huge number of records , its the records with master detail relationship. Please i should also know how to use middle layer(XML) between Asp.Net2.0 and Sqlserver2000. Thanks you once again.

    ASP.NET csharp asp-net tutorial question

  • problem in moving controls over asp.net desighner 2005
    A alav

    Hi, There are two ways to move a control anywhere in the form 1) Goto Tools-->Options and select HtmlDesigner then choose your options to "Absolutely Positioned". 2) Right click over a particular control select style then select position there also you can choose a position to "Absolutely Positioned". Test for all Choices.

    ASP.NET csharp visual-studio css asp-net design

  • Dynamic parameter to crystal report using SQL Command
    A alav

    Hi, If you are using VS2005. I think the following will helps to you. 1) Make the EnableParameterPrompt to false. 2) For your example create two text box and a button. 3) In the button click event add the following code. CrystalReportSource1.ReportDocument.SetParameterValue(0,TextBox1.Text) CrystalReportSource1.ReportDocument.SetParameterValue(1,TextBox2.Text) Thats it.

    ASP.NET database sql-server sysadmin help question

  • Asp.Net 2.0 and Sqlserver 2000
    A alav

    Dear All, How to store a group of records from asp.net2.0 to sqlserver2000 at a same time?

    ASP.NET csharp asp-net tutorial question

  • How can I access the Server controls in Javascript function
    A alav

    Hi, All server control will be treated as html control after they render on a page, this is the basic idea to access the server control in javascript. You can use the DOM(document object model), to access and modify the server control values. For eg. A server control(Textbox) named as "username". Then to modify the value, document.getElementById('username').value="someuser"; to access the value, alert(document.getElementById('username').value); You can use it in any javascript function.

    ASP.NET csharp javascript com sysadmin question

  • Problem using windows form control in asp.net 2.0 [modified]
    A alav

    Dear All, Iam using Visual Studio 2005. I create a control in windows form, make it as a dll file, refer it on the website folder thru Asp.Net 2.0. It works well. But if once i made change in the dll source , recompile it, then refer it on the same website folder thru Asp.Net 2.0, it does't works. I mean the control contained in the dll file is not even visible to the site(aspx file). What i made wrong? Please could any body solve this problem? -- modified at 10:04 Saturday 23rd December, 2006

    ASP.NET csharp asp-net visual-studio help question
  • Login

  • Don't have an account? Register

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