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
B

balaji t

@balaji t
About
Posts
85
Topics
30
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • mozilla not recognising childnodes-getting console error
    B balaji t

    Dear sir, I have created controls dynamically and the controls are inside the table and the table inside the div.Im getting error in mozilla browser.. The sample html generated code is shown below <div id=divall runat="server">

    sdfssdf

    <select id=dd1> <option value="1">sdfsd</option> <option value="1">sdfsd</option> <option value="1">sdfsd</option> <option value="1">sdfsd</option> </select>

    sdfssdf

    <select id=dd1> <option value="1">sdfsd</option> <option value="1">sdfsd</option> <option value="1">sdfsd</option> <option value="1">sdfsd</option> </select>

    sdfssdf

    <select id=dd1> <option value="1">sdfsd</option> <option value="1">sdfsd</option> <option value="1">sdfsd</option> <option value="1">sdfsd</option> </select>

    I access the value as below var divall = document.getElementById('divall'); //for getting all the controls inside the div var allcntr = divall.childNodes[0].childNodes[0].childNodes; for(var i=0;i<allcntr.length;i++)> { //for getting all the dropdownlist's value inside the table var cmball=divall.childNodes[0].childNodes[0].childNodes[i].getElementsByTagName('OPTION'); for(var j=0;j<cmball.length;j++)> { if(cmball[j].selected) { //some code } } } // divall.childNodes[0].childNodes[0].childNodes; The above code is working 5n in IE but not in mozilla. Is there any common code(compatible to all browsers mainly IE & Mozilla) to access the childnodes? Thanx for your help in advance..

    T.Balaji

    .NET (Core and Framework) help html sysadmin question

  • posted images in ads
    B balaji t

    hi all , I have already developed a website which is a finance portal.In the home page I have showcased data related to markets ((similar to any finance portal).I have left some empty zones to fill it with ad images.I have a separate Ad management application where I will upload ad images(jpeg,gif,bmp etc) and store it in the DB table.The ad management accesses data from another database.I want to pick a sample Ad image and put it in the homepage in the zone already created in a dynamic manner(coding).I dont have any CMS like MOSS.Can anyone let me know how it can be done? note:When i create a ad I specify in which page it must appear.In this case it is home page along with when it should appear etc. Thanx in advance. T.Balaji

    T.Balaji

    .NET (Core and Framework) database question

  • Posting Ads in the website
    B balaji t

    hi all , :) I have already developed a website which is a finance portal.In the home page I have showcased data related to markets ((similar to any finance portal).I have left some empty zones to fill it with ad images.I have a separate Ad management application where I will upload ad images(jpeg,gif,bmp etc) and store it in the DB table.The ad management accesses data from another database.I want to pick a sample Ad image and put it in the homepage in the zone already created in a dynamic manner(coding).I dont have any CMS like MOSS.Can anyone let me know how it can be done? note:When i create a ad I specify in which page it must appear.In this case it is home page along with when it should appear etc. Thanx in advance.

    T.Balaji

    ASP.NET database question

  • tooltips in microsoft chart controls
    B balaji t

    hi dude, Thanx..ill avoid giving emailids..if u knw the solution for my question kindly help me

    T.Balaji

    ASP.NET com help tutorial question

  • tooltips in microsoft chart controls
    B balaji t

    Hi buddies, Im using a line chart. I have a dataview having 4 columns.I have used points.databind() method where im able to bind x and y as well as in the fourth parameter im able to give tooltip=only 1 column name How to give more than 1 column as a tooltip for a series? for e.g I have empname.empsal,comm,bonus columns ive given like chart1.series["s1"].points.databind(dv,"empname","empsal","tooltip=bonus"); I wish to 2 set bonus,empsal and comm for the tooltip property Can any1 help me with the solution ?Thanx in advance.You can mail the code to me @ balajii78@yahoo.com

    T.Balaji

    ASP.NET com help tutorial question

  • clarification on posting a query-MOSS
    B balaji t

    hi friends, I ve a query on MOSS 2007.Can any1 let me knw under which message board shud i post the query

    T.Balaji

    IT & Infrastructure database

  • Hiding URL in IE 7.0
    B balaji t

    Thanx phil..i knew that tis not possible..tats y i made anothr statement in my earlier mail for other alternatives?k tell me whether is it psble to get/retrieve the security settings via coding and give an alert for the user to change his browser security settings to Low and proceed?

    T.Balaji

    ASP.NET help javascript sysadmin security beta-testing

  • Problem with order by in aspx page
    B balaji t

    hi give like this order by upper()

    T.Balaji

    ASP.NET help database question

  • Hiding URL in IE 7.0
    B balaji t

    hi all, With reference to my earlier query,i found out that the security settings is the main issue.It works 5n in IE6.0 irrespective of the security settings(whethr medium,low-medium or high) whereas in IE7.0 if we change the security settings to medium-high the address bar and the title bar becomes visible which causes concern.Can any one tell me whethr it is possible to control the security settings via coding?if yes then how?

    T.Balaji

    ASP.NET help javascript sysadmin security beta-testing

  • Hiding URL in IE 7.0
    B balaji t

    hi all, ive an issue..i created a web application..The link is like this http://servername/abc/login.aspx. In the login page ive written the following javascript function var win = open ('Login.aspx', 'login','fullscreen=yes, scrollbars=auto'); to maximise the page fully thereby hiding the URL.Its working fine in the local servers(dev,beta and test server).But when i deploy it in the production server(internet)in the client place,the URL with the above link becomes apparent causing concern.I think there is something to do with the security settings of the browser.But tats gonna b a herculean task to go and change in each and every client's pc..Can any1 help me find a best solution for this issue?Thanks in advance.. Note:This happnens in IE 7.0 only

    T.Balaji

    ASP.NET help javascript sysadmin security beta-testing

  • getting the value of an asp element with javascript
    B balaji t

    hi dude, suppose the textbox id is txtname give like this var name = document.getelementbyid(txtname).value; here txtname-->controlid as mentioned by parwej u got it now

    T.Balaji

    ASP.NET javascript question

  • [Message Deleted]
    B balaji t

    hi, 1.first replace ? with @ symbol for all the variables declared with? 2.give ur query like this select ExtractDigit ('') stringname--> your string name

    T.Balaji

    Database

  • performance issues in web application
    B balaji t

    hi abhijit, This is simply superb..thanx

    T.Balaji

    ASP.NET performance help

  • performance issues in web application
    B balaji t

    hi , thanx i cud find so any points in the link2

    T.Balaji

    ASP.NET performance help

  • performance issues in web application
    B balaji t

    hi brij, thanx yar.. Are the points 1 and 2 are the same?Can u give me sme more points?

    T.Balaji

    ASP.NET performance help

  • asp.net
    B balaji t

    hi vidya, try this code it will work out ur image is close image which you have set width="49" height="317" border="0" align="right" usemap="#close" title="Close"/> Give the coordinates according to ur requirement

    T.Balaji

    ASP.NET csharp asp-net

  • performance issues in web application
    B balaji t

    hi folks, I require some points/answers related to performance issues in web application.Thanks in advance for ur help.

    T.Balaji

    ASP.NET performance help

  • grouping by more than 1 column
    B balaji t

    hi all, i got the solution.. we shud give like this.. var Fetch = from e in dc.employee join d in dc.dept on e.emp_ID equals d.emp_ID group e by new {e.emp_ID,e.empname} into g select new { EmpID = g.Key.emp_ID, Empname= g.key.empname, Total= g.Count() };

    T.Balaji

    LINQ csharp database linq help tutorial

  • how to validate the text enter in the textbox after entering the complete in text in the textbox
    B balaji t

    hi Lakshmi, set ur textbox autopostback property to true in the properties pane of ur textbox. and in the textbox textchange event u can validate the userid against the userid in the DB.This is very simple.

    T.Balaji

    ASP.NET database tutorial question

  • grouping by more than 1 column
    B balaji t

    hi all, Can any1 help me as to how to group by more than 1 column using LINQ.Ive succeeded grouping with 1 column as follows. DC1DataContext dc = new DC1DataContext(); var Fetch = from e in dc.employee join d in dc.dept on e.emp_ID equals d.emp_ID group e by e.emp_ID into g select new { EmpID = g.Key, Total= g.Count(), }; now i want to group by empname also..this is my original query select e.emp_id,emp_name,count(*) as total from employee e ,dept d where e.emp_id = d.emp_id group by e.emp_id,emp_name Thanx in advance

    T.Balaji

    LINQ csharp database linq help tutorial
  • Login

  • Don't have an account? Register

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