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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
D

Dotnetdeveloper06

@Dotnetdeveloper06
About
Posts
16
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • populating 3rdListbox with 2 other listsBOxes with multiple selections
    D Dotnetdeveloper06

    HI I have 3 listboxes in which 3rd listbox has to be populated depending upon selections in first 2 listboxes.My first 2 lists boxes are multiple selections.so if i select 2 elements in first one and 2 in second listbox . i need to make 2*2 combination. i know i can do by taking both of them in 2 arrays and get the vaules for 3rd one. but i need to populate the 3rd listbox when selection in 2nd listbox is made.so for every selection in 2nd listbox i need to compare with selected items in the first one and store them in temp table(by adding rows for every selection)and when all selections in 2nd one is made. i need to populate 3rd one with temp table. Hope you ppl got my idea. i need coding help with this part. i tried coding but wats happening is everytime only latest selected vaules are visible not all the prevoius ones. So can anyone help me. i know its very easy but i m very confused. Thanks,in Advance.Please help me. Dotnetdeveloper

    ASP.NET help

  • Javascript in ASP.net
    D Dotnetdeveloper06

    Hi i have small functionality to excecute.I have BUtton Save AS:On Save as Button Click:Allows the user to create a duplicate item. Clicking this button generates a JavaScript prompt dialog that asks the user to specify a unique name for the new item. This title will be checked for uniqueness. Once that has been specified and the user clicks the “OK” button, the system will automatically create a duplicate of the item in the database. .Anyone can help me with coding part Thanks in adavnce.i was able to do for only save button but i have this additional functionality.anyone plz urgent Thanks Dotnetdeveloper

    Web Development csharp javascript asp-net database help

  • JAvaScrpit in ASP.net page
    D Dotnetdeveloper06

    Hi i have small functionality to excecute.I have BUtton Save AS:On Save as Button Click:Allows the user to create a duplicate item. Clicking this button generates a JavaScript prompt dialog that asks the user to specify a unique name for the new item. This title will be checked for uniqueness. Once that has been specified and the user clicks the “OK” button, the system will automatically create a duplicate of the item in the database. .Anyone can help me with coding part Thanks in adavnce.i was able to do for only save button but i have this additional functionality.anyone plz urgent Thanks Dotnetdeveloper

    ASP.NET csharp javascript asp-net database help

  • Storing CheckBoxList Vaules in database as single record along wiht other related vaules
    D Dotnetdeveloper06

    Hi I have to store selected item of checkbox list along with some other text values and dropdown values (say information in a given page) which user fills or selects.Theseall vaules will be regarding one object.(For example NAme,Type,Price,features etc.......).In one of the filling vaules i have CheckboxLIst .So,i wann to know how to add a checkboxList Vaules as asingle record in Database. Please anyone help me. Thanks, dotnetdeveloper

    ASP.NET tutorial database help

  • DataGrid and Dropdown column in it
    D Dotnetdeveloper06

    Hi to all I have Datagrid with Dropdown column. The Datasource to Dropdown is different from the datasource to fill the Datagrid. So depending upon the selecteditem in the dropdown i need to insert /delete the values in the dropdown datasouce table.[For Example if yes is selected in dropdown then i have to insert row in dropdown datasource table taking datakeyfeild of the datagrid and Selectedvalue index.In the same way if it is selected no, i have to delete. or if dropdown list value is changed to somthing then i need to edit value in datasource table of dropdown.] My doubt is where can put my code for insert,delete or update .I mean is it in Grid_ItemDatabound or SelectedIndexchanged . i m confused . Can anyone help me please. Thank u very much Dotnetceveloper

    ASP.NET css database help tutorial announcement

  • Sorting the datagrid
    D Dotnetdeveloper06

    Can anyone please help me to sort a Grid on a particular column when the Grid initially pops up in the Browser. Thanks, Dotnetdevelper

    ASP.NET css algorithms help

  • Sorting the datagrid
    D Dotnetdeveloper06

    Can anyone please help me to sort a Grid on a particular column when the Grid initially pops up in the Browser

    ASP.NET css algorithms help

  • How to pass avariable in Code behind of form to the Nanagateurl property in HTML code?
    D Dotnetdeveloper06

    i wann to pass variable to Navagate url in hyperlink in HTML Code of the same aspx page .

    ASP.NET html help tutorial question

  • How to pass avariable in Code behind of form to the Nanagateurl property in HTML code?
    D Dotnetdeveloper06

    Actaully i m genarating a variable value dynamicall in a program code behind of webform.i need to pass that variable into NavigateUrl experession in the HTML form. is it possible?if s can any one help me please.... Thanks, Dhanuja

    ASP.NET html help tutorial question

  • error in the code
    D Dotnetdeveloper06

    Response.ContentType = "application/pdf" Dim Str1 As String = "\\aflarchive2\aflreports\" + DDLJN.SelectedValue + "\20050413\AFL" + DDLRID.SelectedValue + ".pdf" Response.Redirect("http:Str1")

    ASP.NET help

  • Data Grid hyperlink or Link button column
    D Dotnetdeveloper06

    Hi Thanks to all for ur replies. but i m getting this error when i m trying to run the app "Object reference not set to an instance of an object" and it showing at "Line 120: lMyLink.NavigateUrl = "\\aflarchive2\aflreports\" + DDLJN.SelectedValue + "\20050413\AFL" + DDLRID.SelectedValue" here is the code i mplemented Private Sub DataGrid2_ItemDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DataGridItemEventArgs) Handles DataGrid2.ItemDataBound Dim dgItem As DataGridItem Dim hlMyLink As HyperLink If e.Item.ItemType = ListItemType.Item Or e.Item.ItemType = ListItemType.AlternatingItem Then dgItem = CType(e.Item, DataGridItem) hlMyLink = CType(dgItem.FindControl("hlMyLink"), HyperLink) 'Read other cells or controls here to get url elements 'Dim Str As String = "\\aflarchive2\aflreports\" + DDLJN.SelectedValue + "\20050413\AFL" + DDLRID.SelectedValue hlMyLink.NavigateUrl = "\\aflarchive2\aflreports\" + DDLJN.SelectedValue + "\20050413\AFL" + DDLRID.SelectedValue End If Can u please help me how to fix it . Tahnku very much Dotnetprogramer

    ASP.NET css help tutorial

  • Data Grid hyperlink or Link button column
    D Dotnetdeveloper06

    I m using datagrid b'coz i will get selected reportid vaules from Database on to page and they are dynamicall. and i cannot fix there vaule by using textbox or other contols. do u have any other to implement? please let me know thanks

    ASP.NET css help tutorial

  • Data Grid hyperlink or Link button column
    D Dotnetdeveloper06

    Hi the application goes this way: I have to develop intranet application in such away that user can view PDF files in some folder in some server on the web page. For that PDF files, i have to get url dynamilcally. Actually i have 3 dropdownboxes RID,F,JN and BUtton.so when user selectes items in dropdownbox and click button he/she will get RID depending on selection condition. which will be dispalyed in datagrid. so inorder to open the PDFfile i need URL. so i will get URL depending on wat he selects in dropdownlist selections "\\servername\directoryname\F\variable\RID.PDf" AS i have used Datagrid to display RID from database so i used hyperlink as my next column.so now i have to get URLs for that RID in datagrid's first column. Hope u got . i tried to expalin. PLease help me. if u did not get i will try to exaplain again Thanks in adavance

    ASP.NET css help tutorial

  • Data Grid hyperlink or Link button column
    D Dotnetdeveloper06

    Hi I have doubt regarding Datagrid hyperlink column. Actually i will get my hyperlink url Dynamically in program when user selects items from dropdown boxes.so my URl will be something like this "\\servername\directoryname\Dropdownlist1.selecteditemvalue\variable\Dropdownlist2.selectedvaule" i m not getting how to dynamically set the navigate url to the hyperlink column in datagrid please help me hope its not confusing Thanks in advance Dotnetdeveloper06

    ASP.NET css help tutorial

  • How to view or open PDF file located in some folder in the network in the server with the ASP.NET web page?
    D Dotnetdeveloper06

    Hi I m developing intranet application .I wann to know how to view or open the PDF file which is located in some server in the network and whose link has to dynamically produced with the dropdown list selected values . do i need to use any FSO ? i will get PDf file name from database but actually PDF file is located in server in the network. Hope its not confusing.............. Please help me ........... its very urgent I will be thankful to u

    Web Development sysadmin csharp asp-net database help

  • how to view or open PDF file located in some server in the ASP.NET page?
    D Dotnetdeveloper06

    Hi I m developing intranet application .I wann to know how to view or open the PDF file which is located in some server in the network in ASP.NET page (and whose link has to dynamically produced with the dropdown list selected values) . do i need to use any FSO ? i will get PDf file name from database but actually PDF file is located in server in the network. Hope its not confusing.............. Please help me ........... its very urgent I will be thankful to u

    ASP.NET sysadmin csharp asp-net database help
  • Login

  • Don't have an account? Register

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