Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 500
Search took 1.49 seconds.
Search: Posts Made By: alykins
Forum: Computer Programming 03-07-2013, 04:16 PM
Replies: 9
Views: 1,309
Posted By alykins
What changes have you made so far? You can...

What changes have you made so far? You can re-email me the solution
Forum: Computer Programming 02-26-2013, 04:54 PM
Replies: 9
Views: 1,309
Posted By alykins
Ok, So I have the project and integrated it with...

Ok, So I have the project and integrated it with my database... Now first problem I see is that you declare (global) objects at the top but then dim them within functions, and for your dataset it is...
Forum: Computer Programming 02-26-2013, 02:13 PM
Replies: 9
Views: 1,309
Posted By alykins
PM'ing you

PM'ing you
Forum: Computer Programming 02-25-2013, 05:16 PM
Replies: 9
Views: 1,309
Posted By alykins
Ok much easier to see now, and didn't see the...

Ok much easier to see now, and didn't see the question before... can you post what your text box has as properties from the designer?

Form.vb [Design] -- visual designer
Form.vb --...
Forum: General web building 02-25-2013, 04:47 PM
Replies: 14
Views: 6,153
Posted By alykins
IMO alienating any browser is a bad business call...

IMO alienating any browser is a bad business call (even if it is on an intranet where you will have full control.... case in point... that is how it is now with the project I am working on, and now...
Forum: Java and JSP 02-25-2013, 04:06 PM
Replies: 1
Views: 435
Posted By alykins
if the problem is in Javascript, we need to see...

if the problem is in Javascript, we need to see the javascript files, and this needs to move to the javascript forum... if these loops are in Java, then we need to see the server side code.... either...
Forum: Computer Programming 02-25-2013, 03:56 PM
Replies: 9
Views: 1,309
Posted By alykins
tldr, and it's clearly an assignment... You are...

tldr, and it's clearly an assignment... You are allowed to ask on help for specific problems though. Are you stuck with something? or is something not working?
Forum: ASP.NET 02-25-2013, 01:59 PM
Replies: 1
Views: 892
Posted By alykins
Do you mean a windows message box or a javascript...

Do you mean a windows message box or a javascript alert? typically windows message boxes are not used with webforms, they are part of windows forms.
Forum: Geek News and Humour 02-14-2013, 03:05 PM
Replies: 304
Views: 90,500
Posted By alykins
*gasp!*

*gasp!*
Forum: Computer Programming 02-13-2013, 09:05 PM
Replies: 3
Views: 394
Posted By alykins
I hardly ever use the dataadapter- I use straight...

I hardly ever use the dataadapter- I use straight up cmd objects and stored procs... but...

so that delete command you posted... I assume that is captured off a break point on...
Forum: ASP.NET 02-13-2013, 08:57 PM
Replies: 5
Views: 3,458
Posted By alykins
I like that second resource- I'll have to read...

I like that second resource- I'll have to read through it sometime... So @OP... Everything I said, amended by what OldPedant said of keeping it one db
Forum: Computer Programming 02-13-2013, 02:00 PM
Replies: 10
Views: 2,522
Posted By alykins
congrats

congrats
Forum: ASP.NET 02-13-2013, 01:58 PM
Replies: 5
Views: 3,458
Posted By alykins
from my understanding though, with the asp.net...

from my understanding though, with the asp.net login control - and built in security features- (you have to run a database configuration) it set's it up and makes it unable to use as a regular db...
Forum: ASP.NET 02-09-2013, 05:59 PM
Replies: 5
Views: 3,458
Posted By alykins
You should look at the built in framework login...

You should look at the built in framework login contro (http://msdn.microsoft.com/en-us/library/ms178329(v=vs.100).aspx). it will require you to create a separate DB for user's and what not. this...
Forum: Computer Programming 02-06-2013, 04:38 PM
Replies: 2
Views: 2,365
Posted By alykins
more than glad to tell you why what you've...

more than glad to tell you why what you've written so far is not working... if you post it
Forum: ASP 02-05-2013, 08:19 PM
Replies: 7
Views: 2,090
Posted By alykins
I would not do that. That is the opposite of...

I would not do that. That is the opposite of coding theory (make consolidated reusable code). Creating and entirely new master page to accomodate a relative path is.... bad. Play around with the...
Forum: Computer Programming 02-05-2013, 11:53 AM
Replies: 6
Views: 1,640
Posted By alykins
I don't know of any tutorials... I don't know how...

I don't know of any tutorials... I don't know how you are doing this either, but what you want to look at is the http redirect method...
Forum: ASP 02-05-2013, 11:31 AM
Replies: 7
Views: 2,090
Posted By alykins
this...

this (http://stackoverflow.com/questions/7484154/absolute-and-relative-paths-in-an-asp-net-project) link kinda describes the idea... what you are dealing with is absolute vs relative paths (in your...
Forum: ASP.NET 02-05-2013, 11:17 AM
Replies: 6
Views: 3,413
Posted By alykins
fwiw- As Old Pedant stated, his code is a...

fwiw- As Old Pedant stated, his code is a hack.... it can be refined a h*** of a lot more, but (and I assume he posted it so it would be on your playing field of understanding) there are many ways of...
Forum: Java and JSP 02-04-2013, 07:38 PM
Replies: 4
Views: 2,455
Posted By alykins
Also- I was reading that class (PrintWriter)...

Also- I was reading that class (PrintWriter) documention and from my understanding it will always truncate the file. Also it will create the file if it does not exists (ie you can comment out your...
Forum: Geek News and Humour 02-04-2013, 02:46 PM
Replies: 304
Views: 90,500
Posted By alykins
^ That brought me to tears! omfg the novelty of...

^ That brought me to tears! omfg the novelty of it-- i want to copy-cat that one so bad
Forum: Computer Programming 02-01-2013, 02:02 PM
Replies: 6
Views: 1,640
Posted By alykins
Module Module1 Sub Main() Dim...

Module Module1

Sub Main()
Dim d As New demo
d.doSomethingElse()
End Sub

End Module

Public Class demo
Forum: Vacant job positions 01-31-2013, 06:00 PM
Replies: 1
Views: 476
Posted By alykins
why are .net skill desired for a J2EE senior...

why are .net skill desired for a J2EE senior position?
Forum: Java and JSP 01-31-2013, 12:08 PM
Replies: 5
Views: 1,370
Posted By alykins
C# threads are posted usually under Computer...

C# threads are posted usually under Computer Programming for strict C#... when working with web it's posted under asp.net.... but honestly both are checked so it doesn't really matter... I guess in...
Forum: ASP 01-30-2013, 12:27 PM
Replies: 7
Views: 1,265
Posted By alykins
Stored Procedures are an extremely efficient way...

Stored Procedures are an extremely efficient way to mitigate SQL injection, you must have misinterpreted.
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT +1. The time now is 03:40 AM.