Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
73% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #2K
~5K People Reached
About Me

Always curious...

Interests
ancient history, off-road, dog breeding
PC Specs
ASP.NET MVC 2,3,4... EF CodeFirst, jQuery
Favorite Tags
Member Avatar for coollife

I have to insert a image file into sqlserver 2005 in asp.net with c sharp. please provide me with the detailed code

Member Avatar for mostafarafi
0
2K
Member Avatar for teckforce

As more and more sites require complex form dialoging, it seems that JavaScript is taking over ASP.NET. Who uses .NET anymore and how sufficient is it? I will admit, JavaScript does have its kinks and perpetual bugs but is far more capable and adaptable than ASP.NET in my opinion. Should …

Member Avatar for teckforce
-1
608
Member Avatar for bharatshivram

hi i am using vs 2005 asp.net c#. there is a database in which i perform the select max(col) operation in sql, how can i lock the database such that when 1 user is performing this operation, others will not be able to access the page( carry out insert operation) …

Member Avatar for reach_yousuf
0
106
Member Avatar for achristov

Hi guys, Has someone measured how many lines of code (approx) she/he produces daily? NLoc utility or OxyProject Metrics help in counting number of lines. Thanks!

Member Avatar for Poab9200
0
140
Member Avatar for ChimpusDupus

One of the pages in my web application works fine when I start the application from that page, but has some problems if I start from another page, including the Default.aspx page. When I went to investigate the problem, I realized that, if I start the application on the Default …

Member Avatar for achristov
0
129
Member Avatar for dadahetal

I have created Database. table and procedure inside that. I want to generate sql script for this. How can I do that in .Net 2005? also after generating script, how can i run that to create tables in another computer?

Member Avatar for greeny_1984
0
88
Member Avatar for wrathyimp

Hi, I have a IF-Else statement, seems not getting the values populated for the first 4 of my cases, the values from 0-3. the following is my code. [CODE] int MST = Convert.ToInt32(Convert.ToInt32(DetailsView3.Rows[0].Cells[1].Text)); if (MST == 0) { DetailsView2.Rows[3].Cells[1].ForeColor = Color.Red; DetailsView2.Rows[3].Cells[1].Text = "Closed"; } else if (MST == 1) …

Member Avatar for achristov
0
70
Member Avatar for pradeepfusion

Hi, Everybody! I have one problem, I want to use same sql query in MySql and SqlServer. In case of Sql Server generally you have to write query in this way- select * from databasename.dbo.tablename but in case of MySql you have to write query in this way- select * …

Member Avatar for achristov
0
104
Member Avatar for chris5126

Hi, I wish to add the following to my web.config file: [code] <appSettings> <add key="networkDrive" value="C:\test"/> </appSettings> [/code] But everytime I add it i get the following error: [code] Sections must only appear once per config file [/code] I looked in the file to see if it appeared more than …

Member Avatar for achristov
0
269
Member Avatar for vasanth.kanna

Hi Friends, I want to edit and update web.config file in webservice from my windows application. This is a asp.net web service . In my windows application i add that web service as a web reference. from win application i call one web service method. that method try to update …

Member Avatar for achristov
0
83
Member Avatar for Bladtman242

Hi, which C# enviroment (i like to keep compiler, editer and debugger in the same program) can you guys recommend?

Member Avatar for Bladtman242
0
165
Member Avatar for sarmadirizvi

hello friends!! Can anyone of you help me know how to make the members of my forum send private messages to each other? I am building a discussion forum for my college students. You can take me as a novice in the field of Asp.net. I am using Sql server …

Member Avatar for sarmadirizvi
0
105
Member Avatar for Stella Richards

Hello, Which of the following answer is true and why? Question: Which type of .Net application can be used to automate tasks and does not require a user to login? a. Windows Form b. Windows service c. XML Web Service d. Net remoting object Please explain your answer. Thanks.

Member Avatar for achristov
0
70
Member Avatar for uthman4u2nv
Member Avatar for peter_budo
0
128
Member Avatar for WinginSue

I am attempting to figure out how to use a datagrid with checkboxes. I found some information for using an item template and the FindControl method. I am using Dreamweaver to program so I'm sure I'm not getting all the bells and whistles that VB.NET has to offer. I'm stumped …

Member Avatar for CornerAnalyst
0
104
Member Avatar for mangesh5588

how to generate and email the page link to email id which is stored in database? Please help me . I have idea just about the http handler but how to use it i don't know! please help! regards mangesh5588

Member Avatar for mangesh5588
1
115
Member Avatar for ramesh.a

I have two website projects in vs 2008 and i need to integrate with these two projects and i want session to be shared amoung the projects, Is it possible in vs2008?

Member Avatar for ramesh.a
0
82
Member Avatar for guptaalok12
Member Avatar for achristov
0
76
Member Avatar for serkan sendur

Having a big project and having to compile it in order to run it each time, takes long time. I want to run it without build stage if possible(provided that i didnt make any change to source codes). Any ideas? Thanks.

Member Avatar for dickersonka
0
145
Member Avatar for wll6568

I have the control id name in string, and try to find it in the event handler: 1 protected void btnGo_OnClick(object sender, EventArgs e) 2 { 3 ((TextBox)Page.FindControl("txb" + strColumn)).Text 4 } but that throws an object reference not set to an instance of an object. It seems as if …

Member Avatar for greeny_1984
0
181
Member Avatar for shikeb

Hi , I'm bit confused, what to use as a base langauage for ASP.net, which one is better and easy to code. Please !! help me out... Regards, Shikeb Ali.

Member Avatar for Dhaneshnm
0
275