13,153 Topics

Member Avatar for
Member Avatar for amirulkhairi

Hi guys I am looking for ways on how to deploy matlab on asp.net. I found a good reference at [url]http://www.mathworks.com/support/tech-notes/1600/1608.html#Section_2[/url]. However, the example shown is too simple and short for newbie like me. Is there any example, step by step guide (with pictures) or videos out there? Appreciate all …

Member Avatar for raveendranath
0
73
Member Avatar for sakhi kul

Hi to all, I have table student in which I inserting first name,middle name, last name in 3 different columns. but when i want to show it in gridview I want to join three columns into only one heading "Name". Is it possible...? or any other way to show it..?

Member Avatar for Kusno
0
108
Member Avatar for sakhi kul

Hi to all, I want to show image in gridview, So generic handler is needed, but when I am adding it using add New Item dialog, It doesn't show generic handler . If I create my own using simple page it gives me error. I am using Visual Web Developer …

Member Avatar for Sals
0
58
Member Avatar for webspy

I'm working on a .NET application that loads web pages using multiple WebBrowser controls. There are several threads and WebBrowser controls involved (this is a server application, and the WebBrowser is required for capturing the rendered image), each thread creating a WebBrowser control and running a message loop for it. …

0
121
Member Avatar for abdelhakeem

Hello ! I'm New to ASP.NET, I want to use it with C++. I installed Microsoft Visual C++ 2008 Express Edition, And installed IIS ,When i've Written my First code to Test, I got this message: [QUOTE]An unhandled exception was generated during the execution of the current web request. Information …

Member Avatar for jbennet
0
214
Member Avatar for pradeep.singh28

I have developed a ASP .net website now I want to enable AJAX for this website , so plz tell me the procedure to Upgrade this Website to AJAX enabled website.

Member Avatar for kvprajapati
0
133
Member Avatar for thirunavukaras

Hai.... "i want used confirm in javascript in code behind" i am used confirm button ,in code behind. if the confirm button worked the function is return the true... else the function return the false.. i want to get true and false value for my further proces.. this my code.. …

Member Avatar for pushkar_it
0
577
Member Avatar for vikasbe

hello, i m using c# and vb both in my web project. it gives error when connectin c# page with database. it is not taking any label taken in c# page. can anyone help me.

Member Avatar for kvprajapati
0
33
Member Avatar for mca.mdebnath

[B][COLOR="Green"]Hope for a fruitful reply....................[/COLOR][/B] Enter a number into a textbox(like 5 or 10 or something like that. Then that number of rows are inserted into the table ..."Master"( id,serial_no,password) . Like if i enter 10 into that textbox and submit then inserted 10 number of rows into a table …

Member Avatar for mail2saion
0
77
Member Avatar for love_dude1984

hi.. can anybody help me to encrypt/decrypt a string? i want to encrypt a URL along with the parameters... plz let me know if any1 knows some good resources for the same.. thanks..

Member Avatar for Ramesh S
-1
132
Member Avatar for RunTimeError

I'm trying to do something very simple...just access a JavaScript function that exists in a separate file but I can't seem to get it to work. [CODE=html] <form id="form1" runat="server"> <script type="text/javascript" src="styleScript.js"></script> <div id="container" class="container"> <button id="button1" onmouseover="mouseOver('button1')" style="margin-left:900px;width:200px;background-color:Transparent;height:100px;margin-top:120px;">About Me</button> </div> </div> </div> </form> [/CODE] My styleScript.js class: [CODE=javascript] …

Member Avatar for RunTimeError
0
131
Member Avatar for dima shawahneh

hello every one.. im beginner in asp.net i made a simple page and debug it but it gave me that IE can not display the page coz it is not connected with internet although im connected to internet and it must work on local host any solutions ..? thanks in …

Member Avatar for dima shawahneh
0
112
Member Avatar for Silvershaft

Well I think title says it very well, how do you think, is it good option to make program with GUI?

Member Avatar for thines01
0
146
Member Avatar for mshravs

i need to know how to bind data with the formview in asp.net using vb code.........................thanks

Member Avatar for catherinesea
0
73
Member Avatar for rams24

I have a gridview which is bound to dataset initially. Then i edit the gridview data by clicking the edit button. after editing when i click the update button, value should be updated on gridview itself. Later when i click submit button all updated records should be updated to sql …

Member Avatar for kvprajapati
0
45
Member Avatar for prayas

Which database tables are affected while changing the settings in DNN from Admin or Host Menu, like changing the skins, containers and moving the modules between the panes?

Member Avatar for kvprajapati
0
68
Member Avatar for Pankaj18
Member Avatar for kvprajapati
0
98
Member Avatar for ashtej

Sir, I am using MVC project and in that for testing purpose i am using NUnit frame work. which steps should be followed for NUnit? and How to solve that errors? Thanks,

Member Avatar for kvprajapati
0
63
Member Avatar for Falzz

Hi All! Im having a problem regarding PostBack issues. Ive got a user control (WebUserControl1.ascx) which dynamically creates labels according to the value it is set from the Default.aspx page. Code In Default.aspx.cs [CODE] public partial class _Default : System.Web.UI.Page { WebUserControl1 _control = new WebUserControl1(); protected void Page_Init(object sender, …

Member Avatar for kvprajapati
0
232
Member Avatar for shine_jose

hai, How to convert crystal report to excel format (with correct alignment,lines and every thing exactly like excel).please help me.

Member Avatar for kvprajapati
-1
99
Member Avatar for Stretcher75

I'm developing a program that will have a tree control that will aloow the user to navigate around the application. There will be over 50 nodes on the tree from adding, editing & Listing Customers, Items, Invoices, Credit Memos etc. I have a main page that when the user logs …

Member Avatar for kvprajapati
0
57
Member Avatar for Sazabi02

I've been reading a bunch of books on how Membership and Profiles can make an ASP.NET developer's life easier but these kind of things are usually too good to be true. Any idea on the drawbacks and security issues I'll have to compromise if I choose to implement either? I've …

Member Avatar for kvprajapati
0
59
Member Avatar for smd5049

I have a datagrid bound to a sql proc. I have made the last column in the datagrid into text boxes so the items are editable. how do i return the values from these cells? Basically I want to be able to sum the entire column, as well as set …

0
97
Member Avatar for ashu2409

Hi all, I have a window service from which i am calling a windows application in c#. and i am using web browser in window application to get html from a link, but problem is that web browser's Browser_DocumentCompleted event is firing only first time when service calls application,only for …

-1
115
Member Avatar for TomB1988

Hi there, I currently have code in place to change the background colour of a cell in a table on mouseover, then change it back when the mouse is removed. What I would like to do is also change the foreground and font colour on mouseover, how do I go …

Member Avatar for Elbudster
0
74
Member Avatar for Afomia

Hello every body Please any one to help me I want to upload and download files from sql database using asp.net with C# i need to do that using grid view or data list. i want to view with grind view to download my uploaded file from sql data to …

Member Avatar for sknake
0
90
Member Avatar for CSG-SQU

Hello all, i want to creat a list of an object so i used ArrayList in C# after declaring a class book i declare the array list as follwing: [CODE]private ArrayList mobileStore = new ArrayList();[/CODE] then i have an object of class , say Mobile [CODE]Mobile m1;[/CODE] and finally i …

Member Avatar for CSG-SQU
0
105
Member Avatar for michelle2025

Hi there, I had created a system using vb.net and I wish to convert into html form or in asp.net, I want to set the system into website form. Can I do that? Please advice on this. Or I have to start from the beginning to develop the website? Thanks. …

Member Avatar for kvprajapati
0
819
Member Avatar for samcaleb05

Hello Frnd's... Im doing one video project in that i want to convert videos so for that conversion process time i want to show a simple progress bar.I have put an gif image in image control but its not working fine.So can anyone tell me to do simple progress bar …

Member Avatar for kvprajapati
0
129
Member Avatar for mshravs

this is the code in vb.net for searching when a serial number is given from the sqldatabase..................... [CODE] Private Sub s2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles s2.Click Dim a As Integer Dim b As Boolean Dim connection As OleDb.OleDbConnection Dim command As OleDb.OleDbCommand Dim dr As OleDb.OleDbDataReader …

Member Avatar for mshravs
0
104

The End.