Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~3K People Reached
About Me

Undergraduate on a placement at the moment trying to learn new languages , I hope to develop my own software house, Only something time will tell :p

Interests
Love playing football, and xbox :D call of duty :D
Favorite Forums
Favorite Tags
Member Avatar for YMCMb

Hi Guys, I want to try and remove a Server Error in '/Program' Application. When i try to delete a record which has related sub record, it cant delete obviously because of the relationship between the entities, however the average user does not no this, and they dont need to …

0
117
Member Avatar for YMCMb

Hi Guys, I need a little help with Grid View, i have a grid view on display which on page load is set Gridview.Visible = false and then is visible when the user presses a button. The problem i am having is when the user presses this button and click …

0
73
Member Avatar for YMCMb

Hello everyone, i have a gridview on my form, and i have some data which gets calculated once the user select a row, however the user does not need to see a specific column. Is there anyway that i dont display that certain column however be able to use the …

Member Avatar for YMCMb
0
70
Member Avatar for YMCMb

Hi Guys, Need help converting a hidden field value to a double, i have a text box which takes in a percentage value, this in the code behind is: [CODE] If MyRadioBtn.Value = 1 Then If TBFixedPercent.Text.Count = 0 Then LblFXPerc.Visible = True LblFXPerc.Text = "* Please insert a fixed …

0
56
Member Avatar for YMCMb

Hey Guys, I have a Data Grid View which displays a few things from the database, one of the information being displayed is the Date,The date is set in Clarion and i want to change it so it gets changed to the date we see it as today. I have …

Member Avatar for YMCMb
0
184
Member Avatar for riahc3

Hello I seem to have a problem with a UPDATE that just does not want to work. Im simpled it down to the most simple UPDATE possible and it simply does not want to work. Here is the simple version: [CODE]public static string CambiarDatosUsuarios(string usuario,string contr,string pregunta,string respuesta,string correo) { …

Member Avatar for YMCMb
0
179
Member Avatar for YMCMb

Hello everyone My current scenario is creating a mark sheet for students on different module. Module 1 marks are as follows Grade A = 70 marks or over Grade B = 55-69 Grade C = 40 -54 Grade F = 0-39 Module 2 marks are as follows Grade A = …

0
71
Member Avatar for YMCMb

Hey Everyone, I have a text box, and i want to make sure the user doesnt ruin my program by putting in random chars instead of just numeric values. Now i believe using something like [CODE]Private Sub Text1_KeyPress(ByVal KeyAscii As Integer) If KeyAscii <> vbKeyBack Then If Not IsNumeric(Chr(KeyAscii)) Then …

Member Avatar for crishjeny
-1
121
Member Avatar for YMCMb

Hello everyone :) i want to be able to just edit and update one field of my grid view is this possible? as im using Visual Web developer 2008 express when a user selects edit to a row, it allows the user to edit the whole row ... but this …

Member Avatar for pinkygirl
0
1K
Member Avatar for YMCMb

Hi everyone, Here i am once again, I have a business logic layer, which will be called upon by aspx page, The BLL has a SQL statement which add's records on to the database, which works fine, however i would like to make sure the record that is being added …

Member Avatar for YMCMb
0
299
Member Avatar for YMCMb

Hey everyone, Im new to ASP.NET i have searched the web and i have come to a few threads which are close to what i am looking for, however they are only helpful to me to a certain extent. I have a grid in a form which is being populated …

Member Avatar for YMCMb
0
200