5,691 Topics

Member Avatar for
Member Avatar for ret801

I want to stream a program , any program you can think of over a website ,I want users to have to install nothing , so programs must just be able to stream . any help would be appreciated thanks!

0
100
Member Avatar for LOI_SE

Recently I had an idea for an Asp.net website and now I wonder if you guys think this could generate a lot of traffic. The idea is that I want to make an interactive website where the users can download all kind of kmz files which can be opened in …

0
72
Member Avatar for murtaza1234

[CODE] <% response.buffer=True %> <!--#include file="inc-adovbs.asp"--> <!--#include file="DataStore.asp"--> <!--#include file="inc-nocache.asp"--> <!--#include file="func-conversions.asp"--> <!--#include file="error-catcher.asp"--> <!--#include file="func-getvars.asp"--> <% if userrights < 5 then response.redirect("default.asp") end if sort=wclng(request("sort")) delete=nonull(request.form("delete")) ' Set up the database connection Set ddConn=Server.CreateObject("ADODB.Connection") ddConn.Open strConnect Set ddRs=Server.CreateObject("ADODB.RecordSet") startdate=wcdate(request("sd")) enddate=wcdate(request("ed")) if startdate="" then startdate="09/01/2001" end if with response .write …

Member Avatar for kvprajapati
-3
151
Member Avatar for murtaza1234

[CODE] <% response.buffer=True %> <!--#include file="inc-adovbs.asp"--> <!--#include file="DataStore.asp"--> <!--#include file="inc-nocache.asp"--> <!--#include file="func-conversions.asp"--> <!--#include file="error-catcher.asp"--> <!--#include file="func-getvars.asp"--> <% if userrights < 5 then response.redirect("default.asp") end if sort=wclng(request("sort")) delete=nonull(request.form("delete")) ' Set up the database connection Set ddConn=Server.CreateObject("ADODB.Connection") ddConn.Open strConnect Set ddRs=Server.CreateObject("ADODB.RecordSet") startdate=wcdate(request("sd")) enddate=wcdate(request("ed")) if startdate="" then startdate="09/01/2001" end if with response .write …

-2
347
Member Avatar for Fortinbra

I've searched the net high and wide for the answer, and yet came up with nothing. Right now, in out web.config file, we have our database connectivity stored in 2 different ways. We have our connection string, and we have it broken up into parts in our application settings. Crystal …

0
65
Member Avatar for crobson

I have a response.redirect in an asp page that works fine in chrome, opera, firefox etc but doesnt work in IE8. The code is simple enough, as below: dim news_item news_item = Request.QueryString() Response.Redirect "newsitem.asp?id=" & news_item The page is news.asp, that was writen by previous developer that has one …

Member Avatar for AceDesignz
0
271
Member Avatar for larsh

Hi guys, I am using a details view control for users to enter leave details, I have set some conditions of which if the user does not meet them then a label is displayed to tell him/her what the problem is. But after displaying the label, I realized that the …

Member Avatar for Fortinbra
0
122
Member Avatar for 123mehran
Member Avatar for Fortinbra
0
168
Member Avatar for larsh

Hi guys, Am new in this field, How can I program a text-box in a details-view template to perform a certain function?? [Code] Protected Sub LinkButton1_Click1(ByVal sender As Object, ByVal e As System.EventArgs) Dim tdate, fdate As Date tdate = Textbox2 fdate = Textbox3 Dim ts As TimeSpan = tdate.Subtract(fdate) …

Member Avatar for Fortinbra
0
178
Member Avatar for savitasagar

i used the image editor control of ajax but it is not able to edit the image or upload the image. i want to use image editor with upload the image

Member Avatar for umamahesh2020
0
264
Member Avatar for ramareddy_dotne

I have 3 textboxes in my webform.I want my user to enter valid entries into them. If user leaves any textbox empty.I want Give him an alert to him (like a msgbox in vb.net).I'm using textboxes in asp.net(web server controls).I dont want to use the validation controls as they wont …

Member Avatar for shahnawaz khan
0
850
Member Avatar for goldeagle2005

Hey all A friend of mine just designed a page and added the yahoo and gmail login boxes to it. Now, it works. What I want to ask is this. If I he was to host it, and use it to login to yahoo, gmail whatever, would it be secure? …

Member Avatar for schofield
0
2K
Member Avatar for sathiya

Hi all, I would like to seek for some help from you on how to create a connection to a sql server database from an asp.net application using VB codes. I appreciate if you could provide me the relevant information about that with some sample codes. Thank you.

Member Avatar for bashirrafi
0
298
Member Avatar for 123mehran

I want to write a web calculator in asp.net with vb. I am a beginner in vb.net and asp.net and i want to learn both of them with practice please help me i really need you friends thanks:confused:

Member Avatar for 123mehran
0
1K
Member Avatar for SJai

Hi dear friends, Can you any explain What is the Difference between Refresh,PostBack & Reload in asp.net with some simple examples Thanks in Advance

Member Avatar for rickyenjohns
0
86
Member Avatar for aparnesh

Hi I need to build a online transaction processing system using php and mySQL. Sorry to say, I am a newbie at this. One of the requirements is that when a transaction is processed, a printed bill/invoice should be generated. Can this be done in php ? If I am …

Member Avatar for anggwa
0
188
Member Avatar for kiranbvsn

Hi all, I am new to the deployment, Recently one of our web application (Right now we are using it as a intranet application) needs to be deployed at onsite (USA), can u please suggest what are all the necessary conditions to be full filled in general when an application …

Member Avatar for Fortinbra
0
195
Member Avatar for soft_coder

Hi! I am trying to find the length of a video file using the following code: [CODE]Microsoft.DirectX.AudioVideoPlayback.Video video = new Microsoft.DirectX.AudioVideoPlayback.Video(path); StringBuilder sb = new StringBuilder(); sb.Append(video.Caption); sb.Append("\r\n"); sb.Append(video.Size.Width.ToString()); sb.Append( "\r\n"); sb.Append(video.Size.Height.ToString()); sb.Append("\r\n"); sb.Append(video.Duration.ToString()); textBox1.Text = sb.ToString(); [/CODE] But in order to use this code I need to add reference …

Member Avatar for Fortinbra
0
212
Member Avatar for radujit

Hi, I have a tabel in access db fx(bank,currency,operation(buy or sell). I created 4 recordsets that pick data as follows: recordset1 (Bank, EUR, Buy) recordset2 (Bank, EUR, Sell) recordset3 (Bank, USD, Buy) recordset4 (Bank,USD,Sell). Now I want the data to be dispalyed using classic ASP on a page as follows: …

0
75
Member Avatar for rapaneda01

Hello, i m looking for the database connectivity in asp.net with sql server 2005 or ms access 2007? please anybody solve my query. thanks in advance, looking for your response.

Member Avatar for omar isaid
0
164
Member Avatar for john_beginner

hello , i am going to build a web site in which i want to transfer the session variable value from master page to other page i try some code like i have use session variable in master page in button click event [code=.aspx] Session["name"] = txtemail.Text; Response.Redirect("userpage-1.aspx"); [/code] now …

Member Avatar for serwan Gupta
0
126
Member Avatar for stevenfagan

I'm using ASP to dynamically generate an XML file (for an RSS feed) that pulls information from a SQL DB. Users input the data into the DB using a UI that is a straightforward html form. However, there is a textarea field in that form in which most users seem …

Member Avatar for ArtistScope
0
235
Member Avatar for charlie123

ok guys , because I’m really confused -- which is better in order to have a good website I need it secured , nut I want it fast also with a very good looking actually could u help me with which one to choose plz ? Thanks [URL="http://www.infysolutions.com"]http://www.infysolutions.com[/URL] [URL="http://www.infysolutions.com"] Outsourcing …

Member Avatar for kwesiaryee
0
248
Member Avatar for fuston05

I normally use PHP. However I am interested in learning asp as well. My question is what is a good development environment to use for my personal private development at home? Is there a free environment I can use? I am a total stranger to asp, so please forgive my …

Member Avatar for fuston05
0
72
Member Avatar for selicon.valley

i m working in front page2003+asp.net vb+access+vs2005 now i have got html page now i want to add some asp.net code now i want to show records from database can u help me how in html file i use to embed asp.net c

Member Avatar for kvprajapati
0
59
Member Avatar for JKemp

Hello I am new to ASP and Access Databases really as well. I primarily use PHP and MySQL/Postgre.I work for my university in web admin department and due to rather sloppy coding in the past by workers have to rewrite an ASP form that writes to an Access DB. I …

Member Avatar for ArtistScope
0
476
Member Avatar for shailaja mohite

HI, I have written code for image uploading, when i upload image then text in other controls gets cleared, whole page get refreshed , then how to prevent this whole page refreshing in javascript or html.

Member Avatar for ArtistScope
0
140
Member Avatar for newlearner2008

I have a request form that calls an asp.net file to email request to my account. My web hosting is on GoDaddy.com. Could someone help me find why it does not work? It worked on my old hosting. Part of my form: [code] <!-- ////////////////////// FORM ///////////////////////////////////--> <form action="aspmail.asp" method="post" …

Member Avatar for ArtistScope
0
213
Member Avatar for soft_coder

Hi! I have created a listview in which data is binded from a sharepoint list. There is an asp image button inside the listview on clicking which a an image should be displayed. The code is as follows: ASPX file: [CODE]<%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ …

Member Avatar for soft_coder
0
1K
Member Avatar for N4JRY

Hello, Thank you for reading. I generally spend time with the C# forum but today have an admin issue... I have a two virtual servers; SQL1, WEB1. A web site on WEB1 is using Windows authentication. This appears to work correctly - querying the active directory on SQL1 (domain is …

Member Avatar for N4JRY
0
267
Member Avatar for soft_coder

Hi! I have created an asp.net page with codebehind in Sharepoint. The code is as follows: The ASPX page: [CODE]<%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="asp" Namespace="System.Web.UI" Assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %> <%@ Import Namespace="Microsoft.SharePoint" %> …

0
79
Member Avatar for denmarkstan

please i need someone to give me a simple step by step tutorial on how to develop Css menu dropdownlist in ASp.net i am a newbie in asp.net. i have tried so many tutorial but i could not still achieve what i want. steps of doing that i want: 1.i …

Member Avatar for jugosoft
0
140
Member Avatar for gabrielmusa

I have a newsletter whicvh i send to people through email.one of the articles in the newsletter comes direct from an asp page using the iframe. i have just discovered that iframes are bloked on webmails e.g. yahoo and gmail therefore the article is not dispyed. so i'm thinking of …

Member Avatar for jugosoft
-1
105
Member Avatar for gouriarun

Hai, How can send a email notification using a ajax editor? Please help me, its very urgent. Thanks, Gouri

0
44
Member Avatar for Ranjit Bandal

Hello am Ranjit student of second year MCM i wan't to do project on asp.net plese send me title's.

0
41
Member Avatar for denmarkstan
Member Avatar for denmarkstan
0
167
Member Avatar for shailaja mohite

Hi i am create one application in which upload the images using progress bar. i am use various code but they cannot display progress bar. plz help me which file i am use to display progress bar..

Member Avatar for ArtistScope
0
69
Member Avatar for faisyshah

hello every body this is my second problem , please solve my problem i am designing a site in which customer can input credit card no, card expiry date etc. you can say a complete ecommerce site.i only know about merchant id. therefore we must contact with banks etc provide …

Member Avatar for ayni
0
124
Member Avatar for fullmetalboy

Problem: Having problem to find a source solution (inherit code in view state) to display data from SokningPerformSearchViewModel and its generic list in view state. Questions/request: Need to display data from my viewmodel SokningPerformSearchViewModel and its generic list as a strongly typed (if possible)? This question is a follow-up from …

0
154
Member Avatar for jain4

Hi there, I have a prob. I am trying to build a form in Html and when submitted it should go to other URl and to Asp.net file. Can anyone help me with this. In ASP.net i am using the following code [CODE] protected void Page_Load(object sender, EventArgs e) { …

Member Avatar for kvprajapati
0
166
Member Avatar for savitasagar

How to create exe file in ASP.NET application(for web based application). I know for windows application but i dont know for web application

Member Avatar for savitasagar
0
160
Member Avatar for fawadkhalil

Hi all I populated gridview using custom paging and wraped it in update panel. Issue is when i go to a page, select an item and press browser back button it take me back to first page not to page that i last visited.

Member Avatar for ciint
0
171
Member Avatar for ninjaimp

Hi, This seems really stupid i cant get my head around this. I have a listbox that has items added to it from selections from another one. I have also added code that an item can be double clicked to remove it, which works, until the page is refreshed and …

Member Avatar for scrappedcola
0
138
Member Avatar for goleyass

Hello everybody. I've a question about resources: When can we use <%= %> and when use <%$ %>? what is deffernce between them? the question is about this code:<%= GetGlobalResourceObject("LangResource", "Map")%> and <%$ Resources:LangResource, Map%>

0
100
Member Avatar for bala24

Hi guys, Long time no see. Anyways, need help like always. Actually since the past two years i have been simply neglecting C++ due to my pressing commitments with ASP.Net and suddenly i feel like doing programming in C++ all over again. What i need is a startup project (Intermediate …

Member Avatar for a900nasaslam
0
182
Member Avatar for goleyass

Hello everybody. I've a question about resources: When can we use <%= %> and when use <%$ %>? what is deffernce between them? the question is about this code:<%= GetGlobalResourceObject("LangResource", "Map")%> and <%$ Resources:LangResource, Map%>

0
49
Member Avatar for riahc3

Hello Im intrested in making a small online store mockup just to test a bit how it would work. Id like simply a "shopping cart" with a login system where I can add products to the shopping cart and "buy" them. Any guides, tutorials, tips, snippets, etc? Thank you :)

0
59
Member Avatar for static

Hi, Recently , I ve' been diggin into one .net bpm application called NetBPM. You may have used it but I found it difficult just to smoothly run on my laptop. My intention is to see its flow and to implement in my new project. As I am completely new …

0
56
Member Avatar for shailaja mohite

hi, i am create one application. in this application upload the images. how to upload images without using licesen copy

Member Avatar for rakesh4java
0
113
Member Avatar for chiragandchirag
Member Avatar for kvprajapati
0
39

The End.