13,153 Topics

Member Avatar for
Member Avatar for ravinder yadav

i want to know whether can i configure visual studio web developer 2010 express edition to work with apache web server instead of ISS?

Member Avatar for ravinder yadav
0
2K
Member Avatar for rms095

Hello Everyone, I am working on website development in asp.net. where i have used Master Page concept and content page. and by using dropdownlist I am changing its language. ![251bcfc8565d3b3a0be6872cadfe4a72](/attachments/large/4/251bcfc8565d3b3a0be6872cadfe4a72.png "251bcfc8565d3b3a0be6872cadfe4a72") As we see in fig no. 2, if I took this file hirarchy then application works perfect. but if …

Member Avatar for rms095
0
199
Member Avatar for joeyliew7

how do i display the data for 1st page onwards? the allowpaging is set to true this is the pageindexchanging code Protected Sub solist_PageIndexChanging(ByVal sender As Object, _ ByVal e As System.Web.UI.WebControls.GridViewPageEventArgs) Handles solist.PageIndexChanging solist.PageIndex = e.NewPageIndex solist.DataBind() End Sub this is the data code Protected Sub solist_RowCommand(ByVal sender As …

Member Avatar for LastMitch
0
184
Member Avatar for Javier_3

Hi, I want to use session state in mode SQL Server I googled some parameters to add in `<sessionState mode="SQLServer" />` in web.config file like: * Sql command time out. * State network time out. * Compression enabled. * Max pool size. * Min pool size. So I have some …

Member Avatar for geniusvishal
0
280
Member Avatar for GeekPlease

Hello folks, I'm currently studying how to use LinQ in VB.NET but I guess I'm stock. I'm using VS 2008 version (framework) 2.0 Anyone who can help me get through this??

Member Avatar for GeekPlease
0
287
Member Avatar for raajsj

Hi all, i am developing web application in asp.net backend MS-Sql.<br/> i have to retrieve a particular table values for example table name "costomer" and its fields are "c_id,c_name,c_contactno" like that and when i retrieve this values, it should be bind the checkbox for UI. now i've code for generate …

Member Avatar for raajsj
0
2K
Member Avatar for bassam572009

hi i have 4 DropDownList i made connction with database sql server 2008 and create 2 button NEW , SAVE button here funtion to DropDown Protected Sub DropDownList_Init(ByVal sender As Object, ByVal e As System.EventArgs) Handles RadComboBox6.Init If flagNEW <> "NEW" Then Dim adapter As New SqlDataAdapter("SELECT ID,DESCR , ACCT_NO,MAISTAKE_ID …

Member Avatar for rubenrav
0
159
Member Avatar for while(!success)

Hi guys, I've been trying to update an updatepanel with the selected values of two dropdownlists. The updatepanel is supposed to be updated on selectedindex changed of the second dropdown. The update works on the first initial index changed, but does not work for any subsequent index change. The markup …

Member Avatar for BMXDad
0
1K
Member Avatar for dev.mohitpatel

:Notes Repeater :Dim Notes RepeaterDataSource As sqlDataSource = e.Row.FindControl("DataSource1") :NotesRepeater DataSource.Select Command = "SELECT *FROM [contact.Notes] WHERE Type = 'POC' AND ContactID = " & Me.ContactsGridview.Datakeys(e,row.RowIndex).value

Member Avatar for dev.mohitpatel
-1
124
Member Avatar for JDoggieIII

Hi, I am attempting to replace the database in an application with MariaDB. This application is written in C# and previously accessed the database (mostly inserts) with LINQ. When I attempt to insert (other transactions have the same type of issue) I get the error message: "You have an error …

Member Avatar for Ketsuekiame
0
1K
Member Avatar for boonfoo

I am trying to build a crystal report view. As a newbie here, i have no idea how connect it to my database. I am refering to a tutorial in here (link) [URL="http://csharpdotnetfreak.blogspot.com/2009/07/creating-crystal-reports-in-aspnet.html"]http://csharpdotnetfreak.blogspot.com/2009/07/creating-crystal-reports-in-aspnet.html[/URL] In the tutorial it teaches the connection of the database using OLE DB(ADO). But i failed, because …

Member Avatar for patelkisankumar
0
490
Member Avatar for coder389

I have files in e pub format. I have to show their contents to the user. How do I read them in asp.net?

Member Avatar for geniusvishal
0
88
Member Avatar for samoslook

hi programers i need a sample of code for a simple blog(add/editing) by datalist

Member Avatar for geniusvishal
0
125
Member Avatar for jagan.rao
Member Avatar for geniusvishal
0
176
Member Avatar for joeyliew7

How to get the imgbtnView image button in gridview to display the row of data? i try to use modelpopupextender but the targetid is invalid because the image button is in the gridview. when click on imgbtnView, solistPanel will be display now i cant display the solistPanel. please help <table …

Member Avatar for joeyliew7
0
673
Member Avatar for lysv

I have a .Net web application where any uncaught exceptions get handled via the Application_Error event in Global.asax. Here, I email myself details of any uncaught exceptions that sneak through. My problem is that while I am getting the error messages just fine, I am not getting the line numbers …

Member Avatar for BMXDad
0
423
Member Avatar for xrjf

The days when the calculator had almost 3 thousand visits a day have gone. Since then, there have been several major versions and lots of minor versions. Somehow, I feel pleased in that the present core algorithm follows the rules of the first I read; of course, extending the simplicity …

0
425
Member Avatar for Cameronsmith63

Hi, im new to ASP.Net, just playing around with it... Got a simple question. I am trying to display my Textboxes next to my datagrid, but for some reason, it's always at the bottom of my datagrid. I playing around with this for an introduction to ASP.net. Anyway, i've tried …

Member Avatar for JorgeM
0
200
Member Avatar for diana john

I have a task in which i have to take some raw data in form of xml and then put that data in data tables using data set and aftre that i have to generate a report from that.Any help would be appreciated.

Member Avatar for eonejames
0
221
Member Avatar for Kratoswoo

So I have a Datatable that is supposed to show information. I have it working in Windows Forms but tranfering it over to asp.net so a little diffrent. I do not understand GridViews that much. So any help would be appreciative. I will not give everything away. I did a …

Member Avatar for Kratoswoo
0
236
Member Avatar for GTTravis

I have a task and a half that i am sure i can do, just want to be pushed in the right direction: i have a web page (asp.net c#), on it has a button that when clicked should launch the file dialog window, users must be able to select …

Member Avatar for GTTravis
0
152
Member Avatar for samoslook

GeekSpeak.Blog.InsertBlog(BlogTitleTextBox.Text, BlogMessageTextBox.Text) Response.Redirect("Default.aspx") hi hi i m a beginnger in asp.net i need explaination wut does this guy mean with this code in the begining >>>>> i need explaination about wut is geekspeak=?? is it a web page called like this!! geekspeak.blog=??? also this wut means insertblog also this=???? and …

Member Avatar for samoslook
0
245
Member Avatar for abhinavashish

I an developing a Multilevel Marketting Website. I have enterd data in sql table (MemberDetail) columns(Member_Id, LeftChildMemberId, RightChildMemberId,TreePosition). Now in asp.net form I have to display Member_Id in form of Binary Tree. How can i do this?

Member Avatar for JorgeM
0
59
Member Avatar for ravinder yadav

i have seen some e commerce site which display picture of there products using magnify tool.*[Click Here](http://www.crateandbarrel.com/border-queen-headboard/s235515)* At first picture size is small and as we press magnify tool image size and resolution goes on increasing. i want to know how it is done,what libraries are used?

Member Avatar for LastMitch
0
242
Member Avatar for jkvt

Hi, I have two LINQ queries that produce two different results, but the fields, while having different names, are essentially the same. I am trying to union them together (although concat in this case should produce the same results), but I am getting an error. My thought is that I …

Member Avatar for jkvt
0
4K
Member Avatar for serkan sendur
Member Avatar for weeraa

Im developing application using ASP.net + VB.net Now i want to change column width at run time. But in run time it doesn't work. This is what i did up to now. data bind in form load like this. myGrid.datasource = myDataSet.table(0) myGrid.databind() In here dataset come properly. in grid …

Member Avatar for weeraa
0
532
Member Avatar for Ankur_tces

Is there a way to setup Access Keys in the WebDataMenu like we could in the UltraWebMenu? Any help would be appreciated in advance.

Member Avatar for LastMitch
0
98
Member Avatar for samoslook

well how can i stop accessing a folder by using in vb in the page load(request.browser......etc) i used this before but i forgot how i m not talking about authentication but if u have other way or method to do that it would be better

Member Avatar for samoslook
0
179
Member Avatar for rizkiekaputra80

The End.