13,153 Topics

Member Avatar for
Member Avatar for sravankolla

Hii I want to work with MultyThreading concept and I am using the following code. But when i try to run the the MultiThreading (multiThreadedButton_Click()) its giving an error at FillList() function. The code is : [code=C#.Net] private void Delay(int v_MilliSeconds) { long startTime = Environment.TickCount; while( Environment.TickCount - startTime …

Member Avatar for vp_aries14
0
105
Member Avatar for jamello

Hi there people! I need some help here. I have a scenario where I'd like users to pick any date from current date (today's date) to any date in the future. The user would not have access or be presented an opportunity to pick yesterday's date. I have some ideas …

Member Avatar for jamello
0
143
Member Avatar for 7arouf

hi there.... i created a new database using MS access which has a column that needs pictures so as the picture path for this column i have for example: "nejmeh/antarf.jpg"--> as the picture anyways i dragged and dropped this database to an asp.net new website where i have a datagrid …

Member Avatar for ManicCW
0
64
Member Avatar for popson

[B][COLOR=red]am trying to develop a website, and d following error displaying when i was trying to run it, [/COLOR][/B] [B]Server Error in '/WebSite12' Application. [/B] [B][I]Generating user instances in SQL Server is disabled. Use sp_configure 'user instances enabled' to generate user instances.[/I] [/B] Description: An unhandled exception occurred during the …

Member Avatar for ManicCW
0
243
Member Avatar for pokahantos

Hi, I dont know if this is the suitable forum or not... but let's check and i am sorry :icon_redface: I want to develop a site for a smart device... does ASP.net support this? How could i creat this... should i use the general ASP.net website but with bages size …

Member Avatar for pokahantos
0
65
Member Avatar for shy_wani

hi..good day to all.. i want to ask.. i have a page "coverletter.aspx".. in the page_load, i would like to [B]check whether the surveyID contains any cover letter or not[/B]..if there is any, i wanted to load the cover letter and display into textbox letter.text...else..i want to load the default …

0
66
Member Avatar for shy_wani

hi.. i wonder, what is wrong with my code? i want to let user update their previous question based on question number they selected. i have a dropdownlist called [B]qnum[/B]. when the qnum index changed, it should load respective question to textbox [B]question[/B]. however, i don't manage to update in …

0
93
Member Avatar for BalagurunathanS

Hi all.. Can anyone provide me with the code convertor tool...ie.the tool which converts the vb.net code to C# code and vice versa... It would be better if the tool is an .exe.. Some one help in this regard as early as possible... Regards, Balagurunathan s

Member Avatar for arjunsasidharan
0
76
Member Avatar for thirunavukaras
0
77
Member Avatar for thirunavukaras

Hai i created one ascx (Usercontrol)...file the user control file contain one panel and one check box if i go to click the check box the panel backcolor will change the panel control inside check box i want using javascript how to change the panel bgcolor pl help me.............

0
64
Member Avatar for popson

[B]Server Error in '/WebSite11' Application. [/B] [B][I]Generating user instances in SQL Server is disabled. Use sp_configure 'user instances enabled' to generate user instances.[/I] [/B] [B]Description: [/B]An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where …

Member Avatar for f1 fan
0
138
Member Avatar for satees

Four buildings A,B,C ,D Building1 Build2 ActualDistance AllowedDistance A B 50 60 A C 40 50 A D 40 35 B C 90 10 B D 78 12 C D 45 50 in this combination if the actual distance is < allowed diatnce then the two buildings will be considered …

0
60
Member Avatar for satees

Four buildings A,B,C ,D Building1 Build2 ActualDistance AllowedDistance A B 50 60 A C 40 50 A D 40 35 B C 90 10 B D 78 12 C D 45 50 in this combination if the actual distance is < allowed diatnce then the two buildings will be considered …

0
75
Member Avatar for 7arouf

hi there i was working on my layout, but it seems that the content is not well posted in the layout. here is a screen shot of my layout [url]http://img523.imageshack.us/img523/7104/toziy7.jpg[/url] Can you see that the layout is taking the space of the footer and the footerBottom!!! how can i fix …

Member Avatar for 7arouf
0
84
Member Avatar for mojio

Hi! I have some project to send my boss tomorrow, but I can't solve it by myself. I try to solve it for a long time. but I still can't. I have a gridview to retrieve some data from database to show user. what job that they don't complete it. …

Member Avatar for mojio
0
87
Member Avatar for kapil.goyal

can anybody tell me how i can upload a file without user interaction.the file full path is known and can be hardcoded.there will be a button on page when user press it the file should be uploaded. Active-x i sone solution but for that the user have to low down …

Member Avatar for f1 fan
0
68
Member Avatar for greeny_1984

hi everyone, i need a windows application in which i have a textbox.my application is to convert the string entered in to textbox into words for ex if i have enntered greey 1984 in textbox i shud get greeny 1984 iam confused with the usage of strings need u r …

Member Avatar for greeny_1984
0
106
Member Avatar for cgdotnet

Good afternoon all, I'm currently migrating a classic app to .net and need to know the best practice in binding the data I pull through my querystring to the controls in my edit form. In the classic app I assign the control(txtauthor) a value(<%=docauthor%>) from a variable(docauthor), via the id …

0
61
Member Avatar for pen2satya

If i am expecting a single row or value what command should i follow ?command.executescalar() or command.executereader(commandbehaviour.singleresult)

Member Avatar for f1 fan
0
106
Member Avatar for shy_wani

hi..good day to all i have a table: Question atttributes: SurveyID(FK),QuestionID(PK),QuestionNum,Question and QuestionTypeID if i have a dropdown list specifying the list of QuestionNum in my ASPX page and a delete button besides the list, how can i delete one QuestionNum? after delete, how can i shift the Question Number …

Member Avatar for f1 fan
0
148
Member Avatar for stumaca

Gidday I have a single Array of items (total number of items in array would be variable) that i want to display in a table like format i.e. [code=html]<table> <tr> <td>ArrayVar[0]</td> <td>ArrayVar[1]</</td> </tr> <tr> <td>ArrayVar[2]</</td> <td>ArrayVar[3]</</td>[/code] etc... or [code=html]<div style="float:left">ArrayVar[0]</div> <div style="float:left">ArrayVar[1]</div>[/code] etc... How can I generate this in VB.net …

Member Avatar for f1 fan
0
221
Member Avatar for shy_wani

i have a problem.. i just can't see where i did go wrong.. when my page loads, i want the name and email appear in the textbox so that user can edit their name and email...but then, it doesn't update the record, but continue to save the old value of …

Member Avatar for shy_wani
0
99
Member Avatar for mathuniga

Checked is null or not an object how can i correct this error..pls help im new to ASP.

Member Avatar for f1 fan
0
84
Member Avatar for Peai Chun

Hi, im facing some problem when i have to verify user at my login function. Im using Visual Web Developer with vb programming and MS SQL Server 2000 as my database. Basically my login form have few textbox for user to input the id and password, 1 radiolist for user …

Member Avatar for jabijohn
0
122
Member Avatar for rkumars1982
Member Avatar for jabijohn
0
65
Member Avatar for greeny_1984

hi everyone, iam doing a ecommerce application in which i need a simple search button by using stored procedure.can anyone help me in this matter.the purpose od search button is to check whether the typed matter is in the site or not. ok bye

Member Avatar for jabijohn
0
79
Member Avatar for aerian

hye! i m editing a grid view row which contains 2 columns. `lineid,filereference` lineid is read only but fileref is a template field i take it as hyperlink ,and hyperlink is editable. i m taking command fields of edit,update,cancel. but when i run ma program it is giving an error …

0
64
Member Avatar for jerrytkc

Hi everyone, I need some help here, i'm new to asp.net, need your help here. What i want to do is retrieve data from access database and show as a dropdownlist twice in a form, the dropdown list will look something like [ data ( data_group) ]. how can i …

Member Avatar for jerrytkc
0
71
Member Avatar for kohilaengineer

I want one datagrid with checkbox column. I use Windows Forms C# .net 2003. Then i want 3 columns from one data table and one checkbox column extra. Plz help me.

0
52
Member Avatar for shy_wani

i've got this code to create control at runtime.. the problem is that i've forgotten the link and i can't refer to its documentation.... the problem is...i don't understand this line: Dim parent As String = CStr(ds.Tables(1).Rows(0)("Parent")) what does this parent refer to? [code] Dim options As New RadioButtonList For …

Member Avatar for jabijohn
0
104

The End.