Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
68% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
4
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
3 Commented Posts
~23.9K People Reached
Member Avatar for dfs3000my

Hi all, I have a question. How do I render a string which has some html coding in it and display it as HTML? For instance, my string is like this : [CODE] Dim htmlString As String = "<h3>Hello World</h3><div>Something here</div> [/CODE] I am not too sure how can it …

Member Avatar for Rajesh_13
0
218
Member Avatar for shubhalaxmi

i am in final year computer engineering and need the topics for the projects that are really apealing ,so please send me the topics at the link <EMAIL SNIPPED>

Member Avatar for Komal_2
-1
1K
Member Avatar for sonakrish

[code=sql]insert into desg values(" & Val(txtsno.Text) & ",'" & Trim(txtdesg.Text) & "'," & Val(txtbasic.Text) & ");[/code] this how i used for inserting data to my access table in vb code. how to do in c#?

Member Avatar for sachin.ghute3
0
300
Member Avatar for kodingkarthik

Hi all, I am new to asp.net programming and i have to design a website which should accept values from the user and store it in the databse on a button click event. I am not able to do it In fact i have written a code for button click …

Member Avatar for ILA RANI
0
3K
Member Avatar for sonakrish

Hiii Alll I need to display a message to the user after clicking the button control. How to do this in c#.net? I could not find Msgbox() option as we hav in vb.net. can any one help me

Member Avatar for walflo
0
2K
Member Avatar for Egypt Pharaoh

I want to know how to make a program to convert from binary to decimal and from decimal to binary

Member Avatar for megabuild7
0
240
Member Avatar for nmakkena

Hi, I am having a FileUpload control in my application. When the application is running and if i click on browse button of fileupload control, i have to view only files which are having extension ".doc" (MS Word documents) to upload. How can i achieve this one. Pls help me …

Member Avatar for tjaank
0
2K
Member Avatar for manoj_582033

Hi Fiends I am using file Uploader in my form , & trying to save resumes on my server address, i have a folder (resme) which is on server side & now I want to save resumes on that folder i am using server.mappath nut it's not working ,it's giving …

Member Avatar for Sarama2030
0
203
Member Avatar for FTProtocol

Hey, im just wondering how to say the source of a webpage that is in your WebBrowser Control. I've tried loads of methods but i am failing horribly (google isnt my friend today). Just wondering if someone could share some insight :).

Member Avatar for saad749
0
542
Member Avatar for miskeen

Hi, Is there any possible way to unselect a number of radiobuttons grouped in the same groupname? Thank you

Member Avatar for spectra
0
888
Member Avatar for carobee

How do i update a database from dataset. [code]SqlDataAdapter.Update()[/code] is not working

Member Avatar for ggl0rd
0
221
Member Avatar for korssane

hi all, i am developping a c# asp.net web app and i have a few questions please. 1- i want to make visible a dropdown list when a certain radiobutto is checked. 2- i want to add this dropdownlist to the same Groupe name as the radio button ( could …

Member Avatar for Sri_r
0
177
Member Avatar for emilio

hi a have a gridview with datafield column which is bound to a datetime column. i want the grid column to show the date when the day is first, like this: 24/2/2009 i tried the following format: [CODE=asp]DataFormatString="{0:dd/MM/YYYY}"[/CODE] but the grid is still shows the date when the month is …

Member Avatar for mail2saion
0
380
Member Avatar for divyasrinivasan

hi i want to have the code for editing,updating n deleting data in gridvoiew i tried a lot searching in google..i trid also but could not get the output....i want how to insert textboxes using the edit colums ....i want in detail pls help... 2.next is how to add rows …

Member Avatar for mail2saion
1
165
Member Avatar for Khushi2$

I have created image button at run time. But I want to know when I will click on this button then its click function will get call.How to create click event of this image button. I have tried [code]Function bindgrid() { Buttonname.click+-new ImageClickEventHandler(Buttonname_click); } Protected void Buttonname_click(object sender, ImageClickEventArgs e) …

Member Avatar for tybalt88
0
718
Member Avatar for bharatshivram

hi, i want the name of the image selected by a user when uploading an image to be changed to his username. wrote this code but the image stored gets corrupt every time.. [code] protected void Button1_Click(object sender, EventArgs e) { String imagefolder="images"; String path; String savepath; if (FileUpload1.HasFile) { …

Member Avatar for P.K.Chaudhary
0
267
Member Avatar for Xessa

I have an .aspx file and i try to align the table to the center. But when i do this [code] <table style="text-align:center"> [/code] it does not work. It shows the table always at the left side of the page.

Member Avatar for greeny_1984
0
143
Member Avatar for firebirds98

I am doing a response.write to write javascript to the page from the code behind. What I dont understand is why it is enlarging my text in the Table Headers? Has anyone had this problem before? Or know what to do?

Member Avatar for Aneesh_Argent
0
87
Member Avatar for arunmozhi

in asp.net how to show the girdview with header, when the datasource=null, i have used gridview.EmptyDataText="Some Text" but i need to show the grid with the header any one plz help me..

Member Avatar for serkan sendur
0
160
Member Avatar for emilio

is it possible to catch an exception in a try-catch block and show the message in the page's validation summary ?

Member Avatar for emilio
0
125
Member Avatar for julseypart

hi, i have set a condition on the upload function [code]if (FileUploadControl1.PostedFile == null) { lblResult.Text = "Please select a file first"; } else { //upload a file }[/code] but if i press upload button when no file is selected it still uploads a blank file regardless of the "if' …

Member Avatar for julseypart
0
125
Member Avatar for chakkilam

Hi All I am getting below error. basically I want to loop through all controls in a page and make sure they have not changed the values. if they have i want to prompt a message asking to save. while looping the controls I am not able to send it …

Member Avatar for serkan sendur
0
792
Member Avatar for chriscross86

hi, there...i need help.im not sure if my codes are appropriate.. [code=asp.net]<asp'Label id:"lblreport" runat="server" text"type of report"></asp:Label> <asp:dropdownlist selected="true" value="annually"></asp:ListItem> <asp:dropdownlist selected="true" value="Monthly"></asp:ListItem> <asp:dropdownlist selected="true" value="weekly"></asp:ListItem> <asp:dropdownlist selected="true" value="Daily"></asp:ListItem> </asp:dropdownlist>[/code] im getting error telling 'cannot have multiple selection'.

Member Avatar for sonakrish
0
135
Member Avatar for Ramy Mahrous

I want to speed ChechBoxList's getting the selected items, the normal approach is [code=c#] foreach (ListItem li in checkListBox.Items) { if (li.Selected) { } } [/code] but if I've 6000 items in the CheckListBox, that's mean I should go through the 6000 items to know which is selected. Performance POOOOOOR!!! …

Member Avatar for Ramy Mahrous
0
130
Member Avatar for dilake

Programmatically add linkbutton to gridview in asp.net with c#.net

Member Avatar for Aneesh_Argent
0
99
Member Avatar for yorock

The following is my login code for my project.. [code]Function ValidateUser(ByVal uid As String, ByVal pwd As String) As Boolean 'Dim sName As String Dim sUser As String Dim sPwd As String Dim blnValidUser As Boolean blnValidUser = True Dim strConn As String = "server=YOGESH\SQLEXPRESS;Trusted_Connection=yes;database=jobbunch.mdf" 'Dim MySQL As String = …

Member Avatar for Aneesh_Argent
0
106
Member Avatar for freshfitz

I can't figure out how to email the password from a sql database I have a formview on my webpage can I pull it from there? or can I pull it directly on my backend code? Using C# I tried + passwordlabel + I tried using findcontrol.formview I can seem …

Member Avatar for Salem
0
150
Member Avatar for sonakrish

hi thr.. how to refresh a particular control. I want my control to be refreshed for every 10 sec. Thanks in advance

Member Avatar for KushKashyap
0
69
Member Avatar for ricksvoid

I have a large backup database file and I am having trouble opening it. I tried renaming it from database.BAK to database.MDF. I hope that this did not permanently destroy my hopes of ever recovering the database by changing the format. Does anyone out there know how I can open …

Member Avatar for Ole Raptor
0
90
Member Avatar for surekhavk

i amusing server.transfer to transfer values frm one aspx to another my values are in array. i want to reatin the values on post back so nned to use viewstate how do i use it at present i have it in request.form method x = Request.Form(listi(i).Trim + "sel")

Member Avatar for surekhavk
0
303