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

Priya_2007

@Priya_2007
About
Posts
28
Topics
14
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Inserting and Retrieving images from Oracle 9i to ASP.Net 2.0
    P Priya_2007

    Iam having a Employee Form which contains Employee Details and Employee Photo which should be stored in the Oracle table with the Employee Information and while modifying the Data it should be retrieved to the Employee's form Main things are All the Photos will be stored in a folder which should be retrieved by the Employee Number. and how to store the information as well as image into Oracle database. Next retrieving that info info and image to ASP.Net2.0 thank u in advance

    Priya

    ASP.NET csharp asp-net database oracle tutorial

  • Adding VBscript code to ASP.Net 2.0 urgent..............
    P Priya_2007

    I have written a code in vbscript as Sub validates(byval sender as object,byval e as e.eventargs) Dim app As String app = txtname.Text If app = "" Then MsgBox("Please Enter your Name") End If End Sub calling this in the buton event adding attribute in the Page_load event as button1.attributes.add("onclick","return validates") by running this code first it going for saving the data presnt in the Button_click event and then getting an error message while saving the record then getting validation error. What modifications I have to do for thiscode inorder to run at the client side itself Please help me

    Priya

    ASP.NET help csharp asp-net

  • Validation-------urgent
    P Priya_2007

    Where I have to use this Search method and how I have to use this search method.Since Iam new to this please explain me

    Priya

    ASP.NET csharp asp-net visual-studio

  • Where to write VB Script file in ASP.Net 2.0
    P Priya_2007

    I can write VB script file by using script tags in the Source file but calling to the text box "ONKEYPRESS" event is not there.How to attach script function to the text box in KEYPRESS event which is not available

    Priya

    ASP.NET csharp javascript asp-net tools

  • Validation-------urgent
    P Priya_2007

    Can anyone tell one which validator control I have to use to check for some controls which should accept alphabets only, Some controls which should accept numbers only, Some controls which should accept alphanum only, Some controls which should accept floating type only, Please tell me which validator I have to use for the above requirement and how it should be used in ASP.Net 2.0 in Visual Studio 2005

    Priya

    ASP.NET csharp asp-net visual-studio

  • Validation for all controls in ASP.Net
    P Priya_2007

    code here THis can be written in the Source file where I have to call the Function present in the Script into code file which may not move to the function present in the Source file.

    Priya

    ASP.NET csharp asp-net help

  • Validation for all controls in ASP.Net
    P Priya_2007

    Where I have to write the VBScript function either in the Source file or COde File. Or else can u please suggest where to VBscript file outside and importing of that vbscript file into the project

    Priya

    ASP.NET csharp asp-net help

  • Where to write VB Script file in ASP.Net 2.0
    P Priya_2007

    When I add new item to ASP.Net 2.0 project Iam having Javascript file but not VB Script File where I will get this or how this can written in Notepad

    Priya

    ASP.NET csharp javascript asp-net tools

  • Validation for all controls in ASP.Net
    P Priya_2007

    In which event I have to write the text1.attributes.add("onkeypress","function()") Parameters of the Function will be valuetype,keyascii of pressed key,text present in the control How this can be specified

    Priya

    ASP.NET csharp asp-net help

  • Validation for all controls in ASP.Net
    P Priya_2007

    Iam using ASP.Net2.0 with VB.Net. Iam having a code for validation to the controls which can be called on KEYpress Event i.e. checking for each keypress event related to that control where I have written this code in vbscript.How that function can be called in application or to a control Can anybody give me the exact syntax to this or help in writing easiest way fro validation of all the controls.

    Priya

    ASP.NET csharp asp-net help

  • Validating with out Validators
    P Priya_2007

    Can u please giv me the code related to validations of a control in ASP.Net 2.0

    Priya

    ASP.NET regex tutorial question

  • Resize of Form according to System Resolution
    P Priya_2007

    I have created a form in the Resolution of my system as 1024 X 768 Pixels. But when I submit the project at the client side the Resolution is some 800 X 600 Pixels. In some other different Resolution is there. How can I change my Form Dynamically according to the Resolution present in the System where we are using. When I Use this Code: Width Of Screen In Pixel: Screen.Width / Screen.TwipsPerPixelX Height Of Screen In Pixel: Screen.Height / Screen.TwipsPerPixelY For Example : Private Sub Form_Load() Me.Width = Screen.Width Me.Height = Screen.Height Me.Top = 0 Me.Left = 0 End Sub Displaying of Form is OK. But controls are missing. What I need is It has to adjust the controls also according to the System Resolution and all the content present in the Form should be displayed in the Resolution present in the System. controls as well as form should be resized according to the System resolution.

    Priya

    Visual Basic

  • (VB.NET)how to display a selected row data of datagrid in textboxes [modified]
    P Priya_2007

    Generally whenever you are displaying data in a grid it contains a unique value in a particular column. So, put the unique column number Formname.textboxname.text=val(datagrid.textmatrix(datagrid.row,colnumber) Then you can write a query for displaying other things using this unique vale I hope this can solve your problem

    Priya

    Visual Basic

  • Resize of Form according to System Resolution
    P Priya_2007

    I have created a form in the Resolution of my system as 1024 X 768 Pixels. But when I submit the project at the client side the Resolution is some 800 X 600 Pixels. In some other different Resolution is there. How can I change my Form Dynamically according to the Resolution present in the System where we are using. Thanx in advance

    Priya

    Visual Basic

  • urgent on SQL Query
    P Priya_2007

    If I want a Specific Row then Compulsorily I Have to use WHere Clause, Can't we write a Query without using Where Clause Please Reply ne urgently....... Thanks in advance

    Priya

    Database database question

  • urgent on SQL Query
    P Priya_2007

    Iam having a table containing 10 rows. Generally for retrieving the Data we will use SELECT Query as Select * from tablename; But if we want a particular ROw then we use as Select * from tablename where colname="xyz" If I want to display first row without using where clause and to get the results from select Query then how is it possible? Thanx in Advance

    Priya

    Database database question

  • iif statement in VB..very urgent..........................
    P Priya_2007

    Iam having a code on if-else statement: If RST("Rep_enq") = Null Then txtfindings.Text = "" Else txtfindings.Text = RST("REP_ENQ") txtfindings.Locked = True End If If I want to write this code using iif statement,How? Thanx in Advance

    Priya

    Visual Basic question

  • Intersect in SQL Server2000
    P Priya_2007

    Select * from tablea,tableb where tablea.columnname=tableb.columnname. Generally Intersection means having data inboth the tables should be displayed. For this we have to put a column in both tables which contains same data So, Select * from two tables where columnin tablea=column in tableb are equal

    Priya

    Database database help sysadmin tutorial question

  • query problem
    P Priya_2007

    May be It Doesnot Contain a Column SPorts_type for the Table Boys

    Priya

    Database database help question

  • relationship creation issue
    P Priya_2007

    Yes.It should be same datatypes while creating a relationship between two tables.

    Priya

    Database help database sql-server sysadmin 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