Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #2K

14 Posted Topics

Member Avatar for chiragsathit

I have two NIC Card in CentOS Operating System. Configuration : (Modem)Router IP = 192.168.1.254 [I set modem as bridge mode] eth0 : 192.168.1.2 ------ LAN IP Mask : 255.255.255.0 GW : 192.168.1.2 eth1 : 210.211.251.230 ---- Public ID [Static IP] MASK : 255.255.255.0 GW : 210.251.251.1 I want to …

Member Avatar for rubberman
0
361
Member Avatar for chiragsathit

Hi I am new in Joomla.... i want to add dynamic page in joomla. i want also bind dynamic page in menu..... Please Reply ASAP.......

Member Avatar for vishal9717
0
68
Member Avatar for deewanagan

you need a Hardware cisco router. in this cisco router facility to transfer the network traffic to another switch... with two different ISP you can get... [B]Load Balance[/B] you can combine Two Public IP.

Member Avatar for chiragsathit
0
121
Member Avatar for suvisoya

[QUOTE=suvisoya;1588750]hi i have 100 records in my datatable .Here i want to insert these records into SQL without looping . thanks[/QUOTE] For You Have to Use Bulk Query Concept Like Batch Processing.... string qry=""; For(int i=0;i<100;i++) { qry+="insert into tbl(id,name) values (1,'chirag')"; } cmd.CommandType=qry; cmd.executenonQuery();

Member Avatar for Pgmer
0
103
Member Avatar for chiragsathit

Hi Friends I Want Exact Connection String For MySQL With ASP .NET. I have Facing This Error : No Such Host Name if Known. Thanks.

Member Avatar for Ramesh S
0
106
Member Avatar for chiragsathit

Hi Friends I am New in VICIDial Caller For Call Center . I have Voip Details.. How Can I Configure Trunk Carrier in Auto Dialer. Give Me Suggestion Thanks

0
54
Member Avatar for sureshrajanmca

First Configure your web.config file in Web.config First set compilation element in Debug properties to false Add All Assemblies file in u use in web application add connection string your database in connectionString element. after upload all directory in web root directory. run application in browser if got error that …

Member Avatar for dnanetwork
-1
90
Member Avatar for iamchamith

you can use UpdatePanel for Ajax Control to Avoid this..... Like [code] <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional"> <ContentTemplate> <asp:DropDownList id="ddlNo" runat="server" AutoPostBack="true"> <asp:ListItem Value="1" Text="1"></asp:ListItem> <asp:ListItem Value="2" Text="2"></asp:ListItem> <asp:ListItem Value="3" Text="3"></asp:ListItem> </asp:DropDownList> </ContentTemplate> </asp:UpdatePanel> [/code] i think this help?

Member Avatar for dnanetwork
0
160
Member Avatar for kseling

you can't connect godaddy database server b' cz it will security reson thats why. you can use database direct godaddy site through and configure all database service like create table ,store procedure,function view, trigger etc... godaddy will provide conectionstring that you add in you config file... i think this will …

Member Avatar for kseling
0
102
Member Avatar for krunalkakadia

you just apply this code int year=DateTime.now.year; int lastyear=(year-5); ListItem[] li=new ListItem[5]; for(int i=0;i<5;i++) { li[i]=new ListItem(lastyear++); } ddl.DataSource=li; ddl.DataBind(); Apply This logic according your requirement..... I think this help?

Member Avatar for dnanetwork
0
726
Member Avatar for rickster11

u have configure your web.config file in web.config set debug properties to false set customErrors properties to off set database connectionstring in <Connectionstring> element set asselblies to use in your web application after upload file in web root directory open browser and type [url]http://www.domain.com[/url] your default.aspx is run now if …

Member Avatar for rickster11
0
110
Member Avatar for zilonox

[QUOTE=zilonox;1209684]First, let me start off by saying I am using ASP.NET 2.0 with VB as the default language using Visual Studio 2005. I have a form that has an asp:panel on it that is seeded with an iniitial control. Through the use of the form, additional controls may be dynamically …

Member Avatar for zilonox
0
463
Member Avatar for jellybeannn

[QUOTE=jellybeannn;1210158][code] protected void currency_txt_TextChanged(object sender, EventArgs e) { amountSymbol.Text = currency_txt.Text; } [/code] I'm trying to change a label according to a TextBox, without a button that has to be pressed?[/QUOTE] you can use onkeypress event of javascript Like <asp:Textbox onkeypress="WriteName(this.id);" id="txtT" runat="server"> <asp:Textbox id="txtTest" runat="server"> function WriteName(id) { document.getElementById('<% …

Member Avatar for jellybeannn
0
113
Member Avatar for jamshed ahmed

[QUOTE=jamshed ahmed;1209976][CODE] protected void btnAdd_Click(object sender, EventArgs e) { try { Operations op = new Operations(); if (chkHomePhone.Checked == true) { op.ADD_HOME_PHONE_DETAIL(drpPhoneList.Text, txtCallingFeatures.Text, txtAddOns.Text, drpLDPlan.Text, txtConCharges.Text, txtAcctNo.Text, Convert.ToInt32(TotalRsTaxes.Text), txtDate.Text, txtTime.Text, txtVerifierName.Text, txtAgentName.Text, lblRecordAdded, lblError); } } catch (Exception exe) { lblError.Visible = true; lblError.Text = exe.Message; } public void ADD_HOME_PHONE_DETAIL(string …

Member Avatar for chiragsathit
0
135

The End.