13,153 Topics

Member Avatar for
Member Avatar for xyn_81091
Member Avatar for kvprajapati
0
43
Member Avatar for c_rob

I am using Visual Studio Web Developer 2008, CSS 2.1 Browser Firefox 3.5.8, IE 6.0.2900 I created a master page following tutorials elsewhere and the problem mainly comes with the Menu bar, I created a custom menu bar to suit my needs, rather than using the inbuilt menu, but i …

0
93
Member Avatar for adityagadre

Please provide a sample stateful webservice in java which would be accible in both java and .net clients.

0
80
Member Avatar for smilingeyes76

Good morning, I've searched the web for a week to find a solution to a problem, but I can't figure it out, so now I'll try to post directly what the problem is and hope that someone could explain me how to go ahead. I'm new to Asp.Net, and some …

Member Avatar for smilingeyes76
0
143
Member Avatar for kanuri1

hi anyone please give me the dll code for converting date format mm/dd/yyyy into dd/mm/yyyy. here iam using asp.net with vb.net... hi it was very urgent please help me.....

Member Avatar for kvprajapati
0
129
Member Avatar for DexterID

Hi, I tried so much working with this to get distinct Words and their count. I'm using ASP.NET 2.0. And i also googled so much. I need HELP from anyone to get the required output. 1)Ex(String): The DOTNET is Very Cool! The Best. 2) Capture all the sequences like Spaces, …

Member Avatar for kvprajapati
0
99
Member Avatar for PierlucSS

I'm currently working on some ajax polling stuff and I don't want do pass through all the process if nothing has changed in the xml file I'm using for my asynchronous process. However after each polling I want to set the value DateTime.Now, but cannot do it with [CODE]Request.Form[ "lastPoll" …

Member Avatar for PierlucSS
0
7K
Member Avatar for SANJISH

Hi, I am using the trace facility to find the viewstate size of controls on postback. I have added a label , a textbox and a submit button to the webform. However after posting my page and viewing the trace.axd page I find that the viewstate size bytes and controlstate …

Member Avatar for SANJISH
0
130
Member Avatar for anish.anick

Hi All, Please tell me how i can call a web service from an HTML page using javascript which works fine on both IE and fire fox.I was successful in calling a ASP.NET web service using javascript in Internet Explorer (using service.useService method).Unfortunately the service.useService method is not working in …

Member Avatar for kvprajapati
0
589
Member Avatar for planetcreate

Hi I am trying to use web services for the first time. I am using .net 2.0. I am tring to get what is essentially an array of data. This approach would work. [CODE]Dim test As New ArrayList test.Add("one") test.Add("two") test.Add("three") Return test[/CODE] The only problem here is that I …

Member Avatar for Ramesh S
0
113
Member Avatar for someoneelse

is there a way to set a set a dynamic page size for gridview? for instance, i am choosing 10 from the properites window for PageSize, but I would like to have a form field on the page where the user can type the number of records they would like …

Member Avatar for sarawuthappy
0
1K
Member Avatar for manish_partey

Hi, I want to read all content of PDF file including text and images in to the html file and after that i want to edit that html file and again i want to export that html file into the PDF format. Please provide me any help. Thanks

Member Avatar for Ramesh S
0
77
Member Avatar for cmouli

Javascript is not recognising any of the hidden variables on this web form. It simply reports them to be null. I tried declaring a new variable without "runat=server". No luck. <html> <head> <script language="javascript"> function Print() { alert(document.getElementById('hdnMyHidden')); alert(document.getElementById('hdnMyHidden').value); var strmyCodes = document.getElementById("hdnmyCode").value; var strmyDesc = document.Form1.hdnmyCode.value; alert(strmyCodes); alert(strmyDesc); alert('hello …

Member Avatar for cmouli
0
217
Member Avatar for arelius

Hey guys, When I bind my data to the GridView, it populates the GridView with the correct number of rows from the database, but the rows are empty. Do you know how I can get the data to appear in these rows? Please look at the attached picture to get …

Member Avatar for kvprajapati
0
140
Member Avatar for arelius

Hey Guys, I am new to ASP.Net and am having some difficulties with the properties window. I am trying to link a .css file to a master page through the Properties window. According to the book I am using to teach myself, it says that "at the top of the …

Member Avatar for arelius
0
72
Member Avatar for jsrdixon

Hi all, I am trying to produce a UML component diagram for a car rental service. Basically, customers can log onto the website and request a quote online. Then an employee will scan the companies and find the best quote, email this to the customer and it will be accepted …

Member Avatar for jsrdixon
0
92
Member Avatar for Archana.K

I created a form with two text boxes, when i reload the page those values are not getting refreshed.. Kindly help to clear the values of textboxes when the page is loaded. Option which i used Auto Post Back=False Enable View State=False

Member Avatar for YanivC
0
178
Member Avatar for jasystweb

I've been working on a class which when called pulls images (the actual byte) from one table and then the corresponding product information from another table in a MYSQL database. I then create a dynamic set of controls and add them to the layout. I wanted to place all the …

0
77
Member Avatar for vijay soni

I have created a dataset and from this I want to retrieve values of a column into a variable. How can I do this?

Member Avatar for rapture
-3
119
Member Avatar for coollife

I am trying to browse an image and i will search for the images with the same name in the folder called IMAGES . If it exists i just replace it when i run my project using Visual Studio its working fine and image is perfectly getting replaced when i …

Member Avatar for YanivC
0
85
Member Avatar for mrbool.newguy
Member Avatar for rd_sekaran

[b]Split From - [url]http://www.daniweb.com/forums/thread145927.html[/url] [/b] [QUOTE=anish.anick;698556]Hi Unfortunately we cant use these two suggestion since our requirement does not allow to do so. I was able to solve this issue using JSON. Thanks for the information..[/QUOTE] Hi, We are also facing the same issue. It will be great help if you …

Member Avatar for YanivC
0
67
Member Avatar for giahmed

Hy all, I am sure its very simple thing and I am not just getting it, I am trying to send textbox value from one page to another and its keep giving me an error, basicaly its not finding the class I created in previous page. My web pages are …

Member Avatar for giahmed
0
97
Member Avatar for rcook

I have a simple web application with a login page. I am now adding authentication to code that already checks username and password in a database; I use Forms Authentication to write a cookie with an authentication ticket (if that's the right term) to enable a user to access pages …

Member Avatar for rcook
0
283
Member Avatar for kiranbvsn

hi, i've got a problem in asp.net i am using a master page with standard headers and footers in all the child pages. i've given the links of the header image in a cssstyle sheet and linke the style sheet in aspx master page, but how to include the header …

Member Avatar for kiranbvsn
0
118
Member Avatar for nverma

how to create a controller class? kindly guide me the steps to use mvc without using the template

Member Avatar for kvprajapati
0
57
Member Avatar for jellybeannn

I'm working on the book "Beginning Aspnet E-Commerce with C#", but I have encountered a problem. The tutorial includes a Pager Control, this works fine for all of the products it is just when the a department is selected the pager does not work, only after a Category is selected …

0
63
Member Avatar for t.k.sanjay

I use window server 2008 OS, IIS7. I have pointed IIS to the published Web App. Now when I access the website from inside the network like "http"//localhost/websiteName" I get no errors but outside of the network(i.e., out of intranet) some of my pages throws error as "The page Cannot …

Member Avatar for kvprajapati
0
29
Member Avatar for coollife

Frankly speaking 100's of programmers read the problems and not 5 percent of them give suggestions or answers Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005. when website published not while running through VS 2005 I am trying to export data …

Member Avatar for kvprajapati
0
55
Member Avatar for clone4

Hi everyone, I was just wondering why this won't work, more specifically why the replace function won't work <%# DataBinder.Eval(Container.DataItem, "name").ToString().Replace("&","&amp;") %> Thanks

Member Avatar for kvprajapati
0
47

The End.