13,153 Topics
| |
We were thinking about creating a page in Sharepoint so a user could click select their department in a drop down list, and then it would automap a drive to their departments network share. Basically we are trying to find a way to query our departments share so that it … | |
Seeing as I like being able to have as much control over the things I make as possible it means I will rarely use the inbuilt ASP.net controls (i.e. the login system provided or the inbuilt verification) I will however use the <asp:****> controls in order for my applications to … | |
Hello, I had a login page developed in asp(not .net), in which if user login details are OK, then usercd and other details are stored in session. Now, I had developed one page in .net (aspx.cs) in which I want to access usercd defined in session variable(on asp page). How … | |
Hi, I have more than 100 files (PDF). and i want to display them in gridview's cell by using object is it possible if yes plz sen me some code sniept or some link . the files are stored on web server and the path is in database. and Is … | |
Under Windows XP-SP2 I can view videos (e.g. embedded in on-line newspaper content or via YouTube) perfectly with FireFox, but despite every attempt, so far NOT AT ALL with IE7(a blank space is displayed where video appears in IE display). I get no error message! What settings do I have … | |
Hi i heard that i can send sms from my pc using my cell phone [COLOR=black]. Then use the computer / PC and AT commands to instruct the mobile phone or GSM/GPRS modem to send SMS messages.[/COLOR], does anyone know anything about this. What is these AT commands and how … | |
Hello All. This seems like a simple question but i cannot find a solid answer anywhere. Im in the middle of streamlining our web application for use on local network and external use. When a form loads there are usually several blocks of code that run. EG. Fetch Title From … | |
Hi - At the top of my page, let's say I declare a variable by Shared D1 as String Then in different functions/routines throughout the page I write and read the value of the string. This works just fine. The problem is, let's say the user closes the browser and … | |
in the database i have certain date as 01/01/1900.now while displaying this in the data grid along with the other columns i would like to display all the dates having value 01/01/1900 as blank.is it possible to do so?if yes then how? | |
Hello All, im looking to find the best technique to use for the following scenario i believe this is going to be best using application level variables. Scenario: I have a table in a database with roughly 100 rows (increasing constantly) they are all holding integers. These rows all hold … | |
hai friend's .... now i have developing one website , how to design the website most effectivly , because in VS2005 the button and some other control's r have only one design , if i have give back color and border color mean then button r not seen effectivly , … | |
Is there a difference in handling between Session.Add("SOMETHING","somevalue") and Context.Items.Add("SOMETHING","somevalue")? | |
please u said u did now i want to do same but actually i dont have time because our final year submission is goin on and also exams are there so plz can u help me for that | |
I am using Azman (Authorization manager) with Asp.net 2.0 I am trying to add a user to a role in the code: role.AddMember(user.ProviderUserKey.ToString(), null); but the following error comes up: [COLOR="Red"]An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may … | |
Mhm. This is the VB.net code behind a webpage I'm working with, I've also provided the ASP.net for the frontpage as well. This maybe really simple and I've missed it but everytime I run this code (below) I keep on getting the same error "Invalid column name, Skyrail" where 'Skyrail' … | |
hi all i am searching for implementing a parent-child relation in datagrid (something like tree view). actualy i did this in vb.net using a datatable and navigation property of vb.net datagrid. please help me for this. | |
I am learning ASP.NET.But Wrox book on ASP.NET seems too hard for me,can anyone suggest me more easy book on the subject and provide me any rapid share links or free tutorials regarding that? Thanks in advance.Waiting for your feedback | |
I have to upload the whole folder and their files and subdirectories . When i use fileUpload in asp.net 2.0, i am not able to select the folder ( i want to select the folder name and upload ) but instead it goes deeper to select a single file. How … | |
Hi Frndz , Suppose i am copying a project from one system to another system, Its enough to copy the project folder and place it ah ? Any other additions i need to make in the destinatioin system ? i mean copying a web application developed using asp.net in vb.net. … | |
I am new to .net and want to create a search field that querries my SQL database then display results sort of like google. Meaning query all fields for %Like% statements. I am using Visual Studio 2005. | |
hi, In my internet explorer the onclick =window .close() is working in my home(i have used html control instead of asp control).. but in my office its not working because here we r using mozilla firefox...but here too its working in internet explorer..but i need to show this in mozilla … | |
hi all, i am developing a content management system in asp.net with C#. i have a master page named "Master1.master" with 5 content place holders-"cphHeader, cphLeft,cphCenter,cphright,cphbottom". i have another default.aspx page which is inherited from the "Master1.master". it takes as input,the following fields from the user : 1. text to … | |
hai ...... how to enter the specified (company e-mail id) in a textbox and restrict the other e-mail id's like gmail , yahoo .rediff etc ... by using asp.net 2005 ... | |
I know how to connect to crystal Report Feature in Vb.net? Is there cryatal Report Feature in ASP.net also? If yes,steps are the sane as in Vb.net? If not, Plz Send me the step by step Procedure. | |
I have using asp.net and oracle (oracle provider) but within some time oracle sessions are full. so it gives error. have any body work on asp.net and oracle. how to handle oracle sessions. Regards. Thanks in advance... ashok salve. | |
At the moment im working on an app in vb.NET and its seems to working ok, however my client/sponsor would like a web-app with the same functions as well. So I would like to just use my vb.NET code in the ASP.NET app to save me time and stress. However … | |
hai i am using the following code to apply the watermark and save in specific location and then upload the image to database [code=asp][ byte[] img1 = new byte[fileupload1.postedfile.contentlength]; Httppostedfile image = fileupload1.postedfile; image.Inputstream.read(img1,0,(int)fileupload1.postedfile.contentlength); Bitmap bm1 = new bitmap(new system.IO.Memorystream(imd1)); Graphics grp = Graphics.FromImage(bm1); grp.smoothingMode = smoothingMode.AntiAlise; grp.Drawstring("name" ,new font("Arial",20),systemBrushes.WindowText,250,250); … | |
Hi, I am rather new to programming. I have a stored procedure that simply reads a 'CourseCode' from a Course table, the stored procedure code is as follows: -------------------------------------------- ALTER PROCEDURE dbo.Courses AS SELECT CourseCode FROM Course RETURN --------------------------------------------- I have C# code in the code behind page to try … | |
Hi, [code=JavaScript]<script language="javascript"> window.location.reload("../ex/x.aspx"); </script>[/code] Its not working in Mozila Firefox.Whats the reason.Any alternative solution.. |
The End.