Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #2K
~19.5K People Reached
Favorite Tags
Member Avatar for Pallavivt

Hello I am new in ASP what i want is to retrive the records from excel sheet and show them on an asp page in tabular format i tried to do it with ADODB.Connection conn.Provider = "MSDASQL" conn.ConnectionString = "Driver={Microsoft Excel Driver (*.xls)};DriverId=790;DBQ=" & Server.mappath("/"& excelfilename) &";ReadOnly= false ; UID=admin;" …

Member Avatar for cyberdaemon
0
2K
Member Avatar for vangraan

I dynamically create some linkbuttons and assign them the same EventHandler: [CODE]lb.Click += new System.EventHandler(engCat_Clicked);[/CODE] In the engCat_Click event, it sets a static variable to the value of the LinkButton's ID that was clicked: [CODE]protected void engCat_Clicked(Object sender, EventArgs e) { LinkButton lb = (LinkButton)sender; string engcatID = lb.ID; currentEngCatID …

Member Avatar for rawat_raju1985
0
3K
Member Avatar for nike123

what exactly do i need a webhosting company for, is it just simply to run my asp pages, if am unable to do so from my computer?

Member Avatar for btesfaamlak
0
154
Member Avatar for fielding

How do i go about making these multiple scripts work on a single page? [CODE] $(document).ready(function() { var str = ""; $("select option:selected").each(function () { str += $(this).text() + " "; }); $(".display_text_here").text(str); }) .change();[/CODE] This one i would like an IE conditional [CODE]$(document).ready(function() { $(".select") .mouseover(function(){ $(this) .data("origWidth", $(this).css("width")) …

Member Avatar for fielding
0
89
Member Avatar for lavin

Hi coders, I want to find the network ipaddress of a person who visits my site. How can i do this. any idea?? I tot of using javascripts. storing the ip in a variable and save it in the db. I have not created the site yet. I know a …

Member Avatar for maba001
0
90
Member Avatar for mark185

In Firefox, the JavaScript code an interact with the document object to affect HTML structure and CSS style rules as well as define behaviors for given events. Can the JavaScript code also modify elements of the window object, like menus, not just enable or disable them in a new window? …

Member Avatar for mark185
0
84
Member Avatar for styles_p

I want to understand how I can difference two request which were rised at the same time?? for example:User A want to buy some product and this product has price for example 100$, this User has only 110$ and increase price to 110$ but at the same time another User …

Member Avatar for madmital
0
121
Member Avatar for geek_till_itMHZ

Need writing a java script that will list prime numbers from 1 - 999 in a 10 Row table...I think I have the prime number logic part down but I cant figure out how to get JS to start a new column after it lists 10 numbers? I would obviously …

Member Avatar for madmital
0
122
Member Avatar for lelady

Hi everyone, I've spent the better part of 3 days searching the web and trying multiple rotating image scripts to no avail.... every time I try one, it seems to break my page, or just not work. I am not skilled at Java, and am not even sure if that …

Member Avatar for madmital
0
144
Member Avatar for MichaelHe

Hi everyone I'm doing a very simple click count funktion with Ajax where I put some data in a mySQL database when some links are clicked: [CODE]onClick="UpdateSQL('1', '190', 'divname', 'message');"[/CODE] [CODE]function UpdateSQL(KundeID, IP, sideElement, kaldMessage) { document.getElementById(sideElement).innerHTML = kaldMessage; try { req = new XMLHttpRequest(); /* f.eks. Firefox */ } …

Member Avatar for madmital
0
183
Member Avatar for cali_dotcom

Hi all, i'm working on a php script and i got a little javascript. i'm trying to get information from some hidden fields but i keep getting an error, udefined. here are the codes: [CODE] var counter = 5; var avail = document.getElementById['available_array[counter][0]'].value; [/CODE] here is the original [CODE] tmp=document.order.elements['available_array[counter][\"+document.order.elements['BRANCHC[ …

Member Avatar for madmital
0
95
Member Avatar for SanchitPaurush

[b]Split from - [url]http://www.daniweb.com/forums/thread95019.html[/url] [/b] I am also facing the same problem. I have developed an asp.net project in 3.5 version and it looks different in Mozilla and IE. also when the ie window is in restore mode (means in small size) all the content get mixed. Help me out …

Member Avatar for kvprajapati
0
66
Member Avatar for dhivyamsc

I'm creating a material management website i need to search a record from sql server 2005 and have to update or delete it.I used ado to connect to server

Member Avatar for madmital
-1
53
Member Avatar for bonnysammy

I'm sure I'm missing something that is fairly easy, but I can't get it to work. I have a SQL Update Stored Proc. In this SP, the Primary Key can be modified. So, First I check if the PK is changing, then if it is, I check to see in …

Member Avatar for madmital
0
216
Member Avatar for kanuri1

hi here i wants to show the room numbers by using the following code but it is not working. here iam giving the code plese give the proper coding [CODE] Dim conn As New SqlConnection(ConfigurationManager.ConnectionStrings("guest1").ConnectionString()) conn.Open() Dim da As New SqlCommand("select room_no from guesthouse where room_no not in(select room_no from …

Member Avatar for madmital
0
79
Member Avatar for madmital

I'm trying to create a virtual directory in an asp.net 2 application....and I'm about ready to explode. My company is hosting several web sites, and I want all of the sites to be able to share a directory of commonly used files, so that I won't have to include all …

Member Avatar for dbreise
0
312
Member Avatar for paru

HI .. any one of you people can help me in asp paging.. Its actually a knowledge base link in which i am displaying the records based on the filtering we want.it dispalys the records but where to include the paging code... i got some code from net.. but its …

Member Avatar for webmstr
0
503
Member Avatar for Dheeraj Kumar

Hi, :cry: I have gotted a problem in window resolution. I am build a web page in 800 x 600 resolution. How can display this page in other resolution and he it will be automatically fit in client window screen. Have you any soltution for this, please given kind of …

Member Avatar for saeedabu
0
136
Member Avatar for madmital

Hi. I have a custom control that inherits from TextBox and implements ICallbackEventHandler. The control is kind of an extended ajax autocomplete/suggestions one. Aside from the Text property of the Textbox I have extended the control with a Value property. The idea is that a Hiddenfield control is assigned a …

Member Avatar for madmital
0
190
Member Avatar for madmital

Hi, Does anyone know of an easy way to make a databound gridview display multiline textboxes when editing rows instead of the standard singleline ones? I can't use predefinded edit templates, since the gridview is to be absolutely dynamic. That is, I never know how many columns wil be in …

Member Avatar for james.samek
0
643
Member Avatar for zanzo

i am new to asp and i need to upload image?? so could somebody help me to handle this issue :( thanks a lot

Member Avatar for ratri
0
154
Member Avatar for tahadhali

Hi all, I'm trying to build a new search system for one of my sites. The idea is something like this: 1. Visitors choose something in dropdown1 (ex. seach staff, search students, seach grades) - all these choises should be extracted from mySQL db and could be updated from time …

Member Avatar for ChiNko5
0
185
Member Avatar for Swin

Sir, I have form an html code using asp code like below: [code]response.write("<form id='stest' name='stest' method='post' action='testresult.asp' onsubmit='return check()'>") response.write(" <table width='81%' border='0' align='center' cellpadding='0' cellspacing='1'>") response.write(" <tr>") response.write(" <td width='21%'>&nbsp;</td>") response.write(" <th align='center'>A Simple Test on General Knowledge</th>") response.write(" <td width='22%'>&nbsp;</td>") response.write(" </tr>") response.write(" </table>") response.write("</form>")[/Code] because of i …

Member Avatar for madmital
0
95
Member Avatar for amitahlawat20

Can someone tell me from where can I download a Personal Web Server for Windows XP SP2, if not , then an alternative for that ??:confused: I want to do programming in ASP on my personal computer.

Member Avatar for madmital
0
127
Member Avatar for TobbeK

I have a user input form where the user can choose to specify a number of input fields used for database input. So what I did is to create a loop within the same form and then created the fields the number of times the user has specified. Example: the …

Member Avatar for TobbeK
0
88
Member Avatar for piyusj

[COLOR="Green"]Hello frnds, I m facing a problem while uploading file to my server. i have created one page to my local iis server n tried to upload some picture to specified directory, thats working fine but when i m uploading these code along with folder to my server i am …

Member Avatar for madmital
0
59
Member Avatar for themailsian

Hellow Dears, I want to submit the form with <a> tag the page is sbumitted but I can't pass parameter along with the <a> tag please suggest how can i do that. plz suggest as earliest

Member Avatar for madmital
0
232
Member Avatar for jac02000

I get the following message when trying to run my application: Server Error in '/' Application Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely ... Yet, I can access …

Member Avatar for madmital
0
74
Member Avatar for ctj

Hi Guys, hope you can help. I have a web base application written with HTML and ASP. However I want to have a combo box function and I really need your help. I have 2 combo boxes. The first combo box is populated from a MSAccess database. What I want …

Member Avatar for madmital
0
80
Member Avatar for shreecr

I have the source code of a web appliaction which has .aspx,.asax,.ascx,.cs,.js and other related files.Can anyone tell me how to run this web applicatin?

Member Avatar for madmital
0
68