Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Member Avatar for Aviplo

Hi, I can't run my application through web. I believe that it is because i haven't add the extension file name. But it seems like i don't have that 'Add mime type' shortcut in my iis 7. So can any one tell me how can i add that shortcut to …

Member Avatar for CimmerianX
0
153
Member Avatar for Aviplo

Hello, Can anyone help me in this, What i'm trying to do is that i try to break my page in case if i have too much record. But what happen is when i click on 'next' the record doesn't shows because the date that i select had been cleared …

Member Avatar for ainosilva
0
199
Member Avatar for Aviplo

Sorry if this is not the right place to post this but i really need help I'm trying to upload a file to a remote server by using vbscript below is a code : Dim fso, f, myFile Set fso = CreateObject("Scripting.FileSystemObject") myFile =$URL Set f = fso.GetFile (myFile) Dim …

Member Avatar for Aviplo
0
1K
Member Avatar for Aviplo

public partial class Main_Activity : System.Web.UI.Page { private string constr = ConfigurationManager.AppSettings.Get("constr"); protected void Page_Load(object sender, EventArgs e) { if (Request.QueryString["cid"] != null) { loadData(Convert.ToString(Request.QueryString["cid"])); } else { loadData("all"); } } private void loadData(string catId) { phContents.Controls.Clear(); DataTable DT = new DataTable(); OdbcCommand cmd; OdbcConnection conn = new OdbcConnection(constr); if …

Member Avatar for JorgeM
0
134
Member Avatar for Aviplo

Can anyone help me with importing text file to sql server using vb.net here is my code ~~~ vb Dim ImportedFile As String Dim ImportedLines() As String Dim OneLine() As String Dim strSQL As String Dim i As Integer If My.Computer.FileSystem.FileExists("D:\PPOS\Sales_report\inventory_255503221452_Cake102.CSV") Then ' Read the whole text file ImportedFile = …

Member Avatar for ExpertMind
0
3K
Member Avatar for Aviplo

I developing a coffe shop software and what i trying to do here is that i want to display video in the two screen machine that is one side showing video and another side shows the takeing oreder screen. When there is an order from customer the video will switch …

Member Avatar for Begginnerdev
0
90
Member Avatar for Aviplo

When i'm working on my project,many times it show the message something like this "...out of memory" so can any one help me what should i do? Should I compress my project and make it smaller in size? I'm just a beginner. Every comment appreciated.

Member Avatar for codeorder
0
99
Member Avatar for Aviplo

I try to access phpmyadmin but i can't get in because it said my password and username is wrong. The password and username, is it the same one as i entered when i install Appserve ?.So what should i do if i want to change username and password or can …

Member Avatar for manojsamtani
0
162
Member Avatar for Aviplo

Hi Can any one tell my how can i download a file from MySql through dropdownlist What i'm trying to do is i created a dropdownlist and shows all the file name in that dropdownlist now i want user to be able to download that file when they select any …

Member Avatar for Aviplo
0
1K
Member Avatar for Aviplo

I have created the main.aspx as a template and main.aspx has a table with a menu on the side, and a footer. The main part of the page is blank for the body. then i include testmenuright.ascx in the allocated section of the table in main.aspx. now i want to …

Member Avatar for sufyan2011
0
137
Member Avatar for Aviplo

The following message came up when I tried to instal .net 2.0 on the window 7 'An error occurred during the installation of assembly. policy Microsoft.VC80.ATL.type="win32".version="8050727.1"."publicKeyToken"="1fc8b3b9a1e18e3b".processorA rchitecture="X86"'. Does anyone have any idea how to solve this problem?

0
88
Member Avatar for Aviplo

Can anyone please tell me how can i keep the whole page in the center of the screen? please help!!

Member Avatar for Aviplo
0
3K
Member Avatar for Aviplo

I can't round up the decimal number using VB.net i'm using Cint(12.5) this must be 13 but it is not so i try Round(12.5) but still not roundup what do i do? please help!!!

Member Avatar for adam_k
0
221
Member Avatar for Aviplo

NEED HELP~! I want to create a openfiledialog and allow user to choose which exel file to be imported into the server but this error keep coming "ODBC--connection to '{SQL Server}'TGT102 failed". Thank you so much~~ PS. I am just a beginner of vb.net. So would u pls tell me …

Member Avatar for Reverend Jim
0
237
Member Avatar for Aviplo

NEED HELP~! Does anyone know how to import exel data into sql server using vb.net? I want to create a openfiledialog and allow user to choose which exel file to be imported into the server. Thank you so much~~ >.< PS. I am just a beginner of vb.net. So would …

Member Avatar for Aviplo
0
5K